summaryrefslogtreecommitdiff
path: root/net/pear-Net_URL2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/pear-Net_URL2/Makefile')
-rw-r--r--net/pear-Net_URL2/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/net/pear-Net_URL2/Makefile b/net/pear-Net_URL2/Makefile
deleted file mode 100644
index 2e3db2aaaeb1..000000000000
--- a/net/pear-Net_URL2/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
-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>