diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/pear-Net_URL_Mapper/Makefile | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/net/pear-Net_URL_Mapper/Makefile b/net/pear-Net_URL_Mapper/Makefile index de956e53272b..d5fdda964d61 100644 --- a/net/pear-Net_URL_Mapper/Makefile +++ b/net/pear-Net_URL_Mapper/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Net_URL_Mapper -# Date created: 2007-04-29 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Net_URL_Mapper PORTVERSION= 0.9.1 @@ -13,13 +9,9 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= Simple and flexible way to build nice URLs for web applications BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -CATEGORY= Net -FILES= Mapper/Exception.php Mapper/Part.php \ - Mapper/Path.php Mapper/Part/Dynamic.php \ - Mapper/Part/Fixed.php Mapper/Part/Wildcard.php -TESTS= ExceptionTest.php GenerationTest.php RecognitionTest.php +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" |