freebsd-ports/net/pear-Net_IPv4/Makefile

19 lines
435 B
Makefile
Raw Normal View History

# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= Net_IPv4
2010-11-04 11:01:44 +01:00
DISTVERSION= 1.3.4
CATEGORIES= net pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= IPv4 network calculations and validation
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>