1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Convert to PEAR_AUTOINSTALL

- Trim header
This commit is contained in:
Martin Wilke 2013-03-15 07:13:56 +00:00
parent a61ad51d62
commit b7ac104fcd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314270

View File

@ -1,9 +1,5 @@
# Ports collection makefile for: pear-Net_IPv4
# Date created: 19 Sep, 2009
# Whom: Wen Heping <wen@FreeBSD.org>
#
# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= Net_IPv4
DISTVERSION= 1.3.4
@ -13,10 +9,9 @@ MAINTAINER= miwi@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"