svn commit: r314270 - head/net/pear-Net_IPv4

Martin Wilke miwi at FreeBSD.org
Fri Mar 15 07:13:57 UTC 2013


Author: miwi
Date: Fri Mar 15 07:13:56 2013
New Revision: 314270
URL: http://svnweb.freebsd.org/changeset/ports/314270

Log:
  - Convert to PEAR_AUTOINSTALL
  - Trim header

Modified:
  head/net/pear-Net_IPv4/Makefile   (contents, props changed)

Modified: head/net/pear-Net_IPv4/Makefile
==============================================================================
--- head/net/pear-Net_IPv4/Makefile	Fri Mar 15 07:12:27 2013	(r314269)
+++ head/net/pear-Net_IPv4/Makefile	Fri Mar 15 07:13:56 2013	(r314270)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  pear-Net_IPv4
-# Date created:			  19 Sep, 2009
-# Whom:				  Wen Heping <wen at FreeBSD.org>
-#
+# Created by: Wen Heping <wen at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Net_IPv4
 DISTVERSION=	1.3.4
@@ -13,10 +9,9 @@ MAINTAINER=	miwi at FreeBSD.org
 COMMENT=	IPv4 network calculations and validation
 
 BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
 
-FILES=		Net/IPv4.php
-TESTS=		AllTests.php    IPv4Test.php    MyIPv4.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