diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-03-15 06:44:24 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-03-15 06:44:24 +0000 |
commit | 860c037217892ec106cdfd7609ca9c0b9d5f2e54 (patch) | |
tree | 4e895e51fad07b5b854b68c55fcfca557846e7c5 /net/pear-URI_Template | |
parent | fd96b84f3c329ead4a77136284b7b69484f6cde3 (diff) | |
download | ports-860c037217892ec106cdfd7609ca9c0b9d5f2e54.tar.gz ports-860c037217892ec106cdfd7609ca9c0b9d5f2e54.zip |
Notes
Diffstat (limited to 'net/pear-URI_Template')
-rw-r--r-- | net/pear-URI_Template/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/net/pear-URI_Template/Makefile b/net/pear-URI_Template/Makefile index 9fa0807e8d8b..bfa7534d116b 100644 --- a/net/pear-URI_Template/Makefile +++ b/net/pear-URI_Template/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-URI_Template -# Date created: 07 April 2008 -# Whom: wenheping <wenheping@gmail.com> -# +# Created by: wenheping <wenheping@gmail.com> # $FreeBSD$ -# PORTNAME= URI_Template PORTVERSION= 0.3.3 @@ -15,10 +11,7 @@ COMMENT= Parser for URI Templates BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -PEAR_CATSRC= yes -CATEGORY= URI -FILES= Template.php -TESTS= AllTests.php +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" |