diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-03-15 00:56:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-03-15 00:56:09 +0000 |
commit | 50835eae0f5872c4f6de022c99a1ce072b23af67 (patch) | |
tree | f16ce4c184aa438d8bf6bdeaf569ae83ab03e386 /net/pear-Net_URL | |
parent | 504a947b486d1ba1856a0705f0b6c4cad875d66f (diff) | |
download | ports-50835eae0f5872c4f6de022c99a1ce072b23af67.tar.gz ports-50835eae0f5872c4f6de022c99a1ce072b23af67.zip |
Notes
Diffstat (limited to 'net/pear-Net_URL')
-rw-r--r-- | net/pear-Net_URL/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/net/pear-Net_URL/Makefile b/net/pear-Net_URL/Makefile index 40b4d317d4b8..17c0716462fa 100644 --- a/net/pear-Net_URL/Makefile +++ b/net/pear-Net_URL/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Net_URL -# Date created: 2003-04-04 -# Whom: Roman Neuhauser (<neuhauser@bellavista.cz>) -# +# Created by: Roman Neuhauser (<neuhauser@bellavista.cz>) # $FreeBSD$ -# PORTNAME= Net_URL PORTVERSION= 1.0.15 @@ -13,12 +9,9 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= Easy parsing of URLs BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -CATEGORY= Net -FILES= URL.php -EXAMPLES= example.php -_EXAMPLESDIR= docs +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" |