svn commit: r314207 - head/net/pear-Net_URL
Martin Wilke
miwi at FreeBSD.org
Fri Mar 15 00:56:09 UTC 2013
Author: miwi
Date: Fri Mar 15 00:56:09 2013
New Revision: 314207
URL: http://svnweb.freebsd.org/changeset/ports/314207
Log:
- Convert to PEAR_AUTOINSTALL
- Trim header
Modified:
head/net/pear-Net_URL/Makefile (contents, props changed)
Modified: head/net/pear-Net_URL/Makefile
==============================================================================
--- head/net/pear-Net_URL/Makefile Fri Mar 15 00:54:51 2013 (r314206)
+++ head/net/pear-Net_URL/Makefile Fri Mar 15 00:56:09 2013 (r314207)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Net_URL
-# Date created: 2003-04-04
-# Whom: Roman Neuhauser (<neuhauser at bellavista.cz>)
-#
+# Created by: Roman Neuhauser (<neuhauser at bellavista.cz>)
# $FreeBSD$
-#
PORTNAME= Net_URL
PORTVERSION= 1.0.15
@@ -13,12 +9,9 @@ MAINTAINER= miwi at 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"
More information about the svn-ports-all
mailing list