2013-03-15 08:17:45 +01:00
|
|
|
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
2004-12-01 09:31:07 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net_CheckIP
|
2010-11-04 11:01:08 +01:00
|
|
|
PORTVERSION= 1.2.2
|
2004-12-01 09:31:07 +01:00
|
|
|
CATEGORIES= net pear
|
|
|
|
|
2008-09-08 02:22:00 +02:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2004-12-01 09:31:07 +01:00
|
|
|
COMMENT= Check the syntax of IPv4 addresses
|
|
|
|
|
2005-12-09 20:24:52 +01:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2013-03-15 08:17:45 +01:00
|
|
|
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2004-12-01 09:31:07 +01:00
|
|
|
|
2013-03-15 08:17:45 +01:00
|
|
|
PEAR_AUTOINSTALL= yes
|
2004-12-01 09:31:07 +01:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2004-12-01 09:31:07 +01:00
|
|
|
.include <bsd.port.post.mk>
|