diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-15 15:12:27 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-15 15:12:27 +0800 |
commit | 124d46b08ead4c8c74c3344ba4e3f6c119390299 (patch) | |
tree | 129961c7b34cf181e164942fc3e1fc23f19e1d26 /net | |
parent | 1146dd6cc32877e28818e3dc7892b6f7fadd47a0 (diff) | |
download | freebsd-ports-gnome-124d46b08ead4c8c74c3344ba4e3f6c119390299.tar.gz freebsd-ports-gnome-124d46b08ead4c8c74c3344ba4e3f6c119390299.tar.zst freebsd-ports-gnome-124d46b08ead4c8c74c3344ba4e3f6c119390299.zip |
- Convert to PEAR_AUTOINSTALL
- Trim header
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" |