svn commit: r314269 - head/net/pear-Net_URL_Mapper
Martin Wilke
miwi at FreeBSD.org
Fri Mar 15 07:12:28 UTC 2013
Author: miwi
Date: Fri Mar 15 07:12:27 2013
New Revision: 314269
URL: http://svnweb.freebsd.org/changeset/ports/314269
Log:
- Convert to PEAR_AUTOINSTALL
- Trim header
Modified:
head/net/pear-Net_URL_Mapper/Makefile (contents, props changed)
Modified: head/net/pear-Net_URL_Mapper/Makefile
==============================================================================
--- head/net/pear-Net_URL_Mapper/Makefile Fri Mar 15 07:10:41 2013 (r314268)
+++ head/net/pear-Net_URL_Mapper/Makefile Fri Mar 15 07:12:27 2013 (r314269)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Net_URL_Mapper
-# Date created: 2007-04-29
-# Whom: Martin Wilke <miwi at FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Net_URL_Mapper
PORTVERSION= 0.9.1
@@ -13,13 +9,9 @@ MAINTAINER= miwi at 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"
More information about the svn-ports-head
mailing list