1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Convert to PEAR_AUTOINSTALL

- Trim HEADER
This commit is contained in:
Martin Wilke 2013-04-30 08:41:59 +00:00
parent 0eb231095d
commit 7dbcfabdae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316898

View File

@ -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 Internet address
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"