2013-03-15 08:13:56 +01:00
|
|
|
# Created by: Wen Heping <wen@FreeBSD.org>
|
2009-09-19 14:51:18 +02:00
|
|
|
# $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
|
2013-03-15 08:13:56 +01:00
|
|
|
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2009-09-19 14:51:18 +02:00
|
|
|
|
2013-03-15 08:13:56 +01:00
|
|
|
PEAR_AUTOINSTALL= yes
|
2009-09-19 14:51:18 +02:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
|
|
.include <bsd.port.post.mk>
|