freebsd-ports/net/pear-Net_CheckIP/Makefile

19 lines
458 B
Makefile
Raw Normal View History

# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$
PORTNAME= Net_CheckIP
2010-11-04 11:01:08 +01:00
PORTVERSION= 1.2.2
CATEGORIES= net pear
2008-09-08 02:22:00 +02:00
MAINTAINER= miwi@FreeBSD.org
COMMENT= Check the syntax of IPv4 addresses
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>