svn commit: r314274 - head/net/pear-Net_CheckIP
Martin Wilke
miwi at FreeBSD.org
Fri Mar 15 07:17:46 UTC 2013
Author: miwi
Date: Fri Mar 15 07:17:45 2013
New Revision: 314274
URL: http://svnweb.freebsd.org/changeset/ports/314274
Log:
- Convert to PEAR_AUTOINSTALL
- Trim header
Modified:
head/net/pear-Net_CheckIP/Makefile (contents, props changed)
Modified: head/net/pear-Net_CheckIP/Makefile
==============================================================================
--- head/net/pear-Net_CheckIP/Makefile Fri Mar 15 07:15:44 2013 (r314273)
+++ head/net/pear-Net_CheckIP/Makefile Fri Mar 15 07:17:45 2013 (r314274)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Net_CheckIP
-# Date created: 29 November 2004
-# Whom: Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
-#
+# Created by: Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
# $FreeBSD$
-#
PORTNAME= Net_CheckIP
PORTVERSION= 1.2.2
@@ -13,9 +9,9 @@ MAINTAINER= miwi at FreeBSD.org
COMMENT= Check the syntax of IPv4 addresses
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-FILES= Net/CheckIP.php
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
More information about the svn-ports-all
mailing list