summaryrefslogtreecommitdiff
path: root/net/pear-Net_URL/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/pear-Net_URL/Makefile')
-rw-r--r--net/pear-Net_URL/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/net/pear-Net_URL/Makefile b/net/pear-Net_URL/Makefile
new file mode 100644
index 000000000000..24aa4772017e
--- /dev/null
+++ b/net/pear-Net_URL/Makefile
@@ -0,0 +1,31 @@
+# Ports collection makefile for: pear-Net_URL
+# Date created: 2003-04-04
+# Whom: Roman Neuhauser (<neuhauser@bellavista.cz>)
+#
+# $FreeBSD$
+#
+
+PORTNAME= Net_URL
+PORTVERSION= 1.0.10
+CATEGORIES= net www
+MASTER_SITES= http://pear.php.net/get/
+PKGNAMEPREFIX= pear-
+EXTRACT_SUFX= .tgz
+DIST_SUBDIR= PEAR
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Easy parsing of Urls
+
+BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
+
+do-install:
+ @${INSTALL} -d -m 755 ${PKGREGDIR}
+ @${INSTALL} -d -m 755 ${PEARDIR}/Net
+ @${INSTALL_DATA} ${WRKDIR}/package.xml ${PKGREGDIR}
+ @${INSTALL_DATA} ${WRKSRC}/URL.php ${PEARDIR}/Net
+
+.include <bsd.port.post.mk>