diff options
Diffstat (limited to 'net/pear-Net_CheckIP')
-rw-r--r-- | net/pear-Net_CheckIP/Makefile | 23 | ||||
-rw-r--r-- | net/pear-Net_CheckIP/distinfo | 2 | ||||
-rw-r--r-- | net/pear-Net_CheckIP/pkg-descr | 3 |
3 files changed, 28 insertions, 0 deletions
diff --git a/net/pear-Net_CheckIP/Makefile b/net/pear-Net_CheckIP/Makefile new file mode 100644 index 000000000000..0878dd2aae99 --- /dev/null +++ b/net/pear-Net_CheckIP/Makefile @@ -0,0 +1,23 @@ +# Ports collection makefile for: pear-Net_CheckIP +# Date created: 29 November 2004 +# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) +# +# $FreeBSD$ +# + +PORTNAME= Net_CheckIP +PORTVERSION= 1.1 +CATEGORIES= net pear + +MAINTAINER= antonio@php.net +COMMENT= Check the syntax of IPv4 addresses + +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR +RUN_DEPENDS= ${BUILD_DEPENDS} + +CATEGORY= Net +FILES= CheckIP.php + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include <bsd.port.post.mk> diff --git a/net/pear-Net_CheckIP/distinfo b/net/pear-Net_CheckIP/distinfo new file mode 100644 index 000000000000..34024003909e --- /dev/null +++ b/net/pear-Net_CheckIP/distinfo @@ -0,0 +1,2 @@ +MD5 (PEAR/Net_CheckIP-1.1.tgz) = b7e7d4bd89e3140024d177a093d36d21 +SIZE (PEAR/Net_CheckIP-1.1.tgz) = 1385 diff --git a/net/pear-Net_CheckIP/pkg-descr b/net/pear-Net_CheckIP/pkg-descr new file mode 100644 index 000000000000..87f59e788632 --- /dev/null +++ b/net/pear-Net_CheckIP/pkg-descr @@ -0,0 +1,3 @@ +This package validates IPv4 addresses. + +WWW: http://pear.php.net/package/Net_CheckIP/ |