Date: Sun, 17 Mar 2013 08:17:59 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314410 - head/www/pear-Services_Compete Message-ID: <201303170817.r2H8HxpJ011683@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sun Mar 17 08:17:59 2013 New Revision: 314410 URL: http://svnweb.freebsd.org/changeset/ports/314410 Log: - Convert to PEAR_AUTOINSTALL Modified: head/www/pear-Services_Compete/Makefile (contents, props changed) Modified: head/www/pear-Services_Compete/Makefile ============================================================================== --- head/www/pear-Services_Compete/Makefile Sun Mar 17 08:17:05 2013 (r314409) +++ head/www/pear-Services_Compete/Makefile Sun Mar 17 08:17:59 2013 (r314410) @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Services_Compete -# Date created: 21 Jan 2007 -# Whom: Ditesh Shashikant Gathani <ditesh@gathani.org> -# +# Created by: Ditesh Shashikant Gathani <ditesh@gathani.org> # $FreeBSD$ -# PORTNAME= Services_Compete PORTVERSION= 0.1.0 @@ -15,11 +11,7 @@ COMMENT= PHP interface to Compete SnapSh BUILD_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request RUN_DEPENDS= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request -CATEGORY= Services -FILES= Compete.php - -EXAMPLES= test_Services_Compete.php -_EXAMPLESDIR= examples +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303170817.r2H8HxpJ011683>