diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-17 16:17:59 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-17 16:17:59 +0800 |
commit | 4ad5610cddcc54b2582f5f220e039adf418dd2dc (patch) | |
tree | 9925f25a5bf6d50b4b1255db45ec02c0fc0b2845 /www | |
parent | 8146e82d045424785e50cde63def53ac4035c348 (diff) | |
download | freebsd-ports-gnome-4ad5610cddcc54b2582f5f220e039adf418dd2dc.tar.gz freebsd-ports-gnome-4ad5610cddcc54b2582f5f220e039adf418dd2dc.tar.zst freebsd-ports-gnome-4ad5610cddcc54b2582f5f220e039adf418dd2dc.zip |
- Convert to PEAR_AUTOINSTALL
Diffstat (limited to 'www')
-rw-r--r-- | www/pear-Services_Compete/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/www/pear-Services_Compete/Makefile b/www/pear-Services_Compete/Makefile index 717a72d127d0..218e74d87569 100644 --- a/www/pear-Services_Compete/Makefile +++ b/www/pear-Services_Compete/Makefile @@ -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 SnapShop API 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" |