svn commit: r316901 - head/net/pear-Net_GeoIP

Martin Wilke miwi at FreeBSD.org
Tue Apr 30 08:45:56 UTC 2013


Author: miwi
Date: Tue Apr 30 08:45:55 2013
New Revision: 316901
URL: http://svnweb.freebsd.org/changeset/ports/316901

Log:
  - Trim header
  - Convert to PEAR_AUTOINSTALL

Modified:
  head/net/pear-Net_GeoIP/Makefile   (contents, props changed)

Modified: head/net/pear-Net_GeoIP/Makefile
==============================================================================
--- head/net/pear-Net_GeoIP/Makefile	Tue Apr 30 08:45:30 2013	(r316900)
+++ head/net/pear-Net_GeoIP/Makefile	Tue Apr 30 08:45:55 2013	(r316901)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  pear-Net_GeoIP
-# Date created:			  2007/04/31
-# Whom:				  Martin Wilke <miwi at FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Net_GeoIP
 PORTVERSION=	1.0.0.r1
@@ -16,10 +12,11 @@ COMMENT=	Library to perform geo-location
 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
 
-CATEGORY=	Net
-FILES=		GeoIP.php GeoIP/DMA.php GeoIP/Location.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