2009-09-19 14:51:18 +02:00
|
|
|
# Ports collection makefile for: pear-Net_IPv4
|
|
|
|
# Date created: 19 Sep, 2009
|
|
|
|
# Whom: Wen Heping <wen@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Net_IPv4
|
2010-11-04 11:01:44 +01:00
|
|
|
DISTVERSION= 1.3.4
|
2009-09-19 14:51:18 +02:00
|
|
|
CATEGORIES= net pear
|
|
|
|
|
2009-09-19 16:10:19 +02:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2009-09-19 14:51:18 +02:00
|
|
|
COMMENT= IPv4 network calculations and validation
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2009-09-19 14:51:18 +02:00
|
|
|
|
|
|
|
FILES= Net/IPv4.php
|
|
|
|
TESTS= AllTests.php IPv4Test.php MyIPv4.php
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
|
|
.include <bsd.port.post.mk>
|