svn commit: r316898 - head/net/pear-Net_Geo
Martin Wilke
miwi at FreeBSD.org
Tue Apr 30 08:42:00 UTC 2013
Author: miwi
Date: Tue Apr 30 08:41:59 2013
New Revision: 316898
URL: http://svnweb.freebsd.org/changeset/ports/316898
Log:
- Convert to PEAR_AUTOINSTALL
- Trim HEADER
Modified:
head/net/pear-Net_Geo/Makefile (contents, props changed)
Modified: head/net/pear-Net_Geo/Makefile
==============================================================================
--- head/net/pear-Net_Geo/Makefile Tue Apr 30 08:39:52 2013 (r316897)
+++ head/net/pear-Net_Geo/Makefile Tue Apr 30 08:41:59 2013 (r316898)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Net_Geo
-# Date created: 2006/12/22
-# Whom: chinsan
-#
+# Created by: chinsan
# $FreeBSD$
-#
PORTNAME= Net_Geo
PORTVERSION= 1.0.5
@@ -15,9 +11,11 @@ COMMENT= Geographical locations based on
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/Cache.php:${PORTSDIR}/sysutils/pear-Cache \
${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
+ ${PEARDIR}/Cache.php:${PORTSDIR}/sysutils/pear-Cache \
+ ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
-FILES= Net/Geo.php README
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
More information about the svn-ports-all
mailing list