1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/net-mgmt/p5-Data-Validate-IP/Makefile
Martin Wilke 25e7a0db9d This module collects ip validation routines to make input validation, and
untainting easier and more readable.

All functions return an untainted value if the test passes, and undef if it
fails. This means that you should always check for a defined status
explicitly. Don't assume the return will be true. (e.g. is_username('0'))

The value to test is always the first (and often only) argument.

WWW: http://search.cpan.org/dist/Data-Validate-IP/

PR:		ports/119264
Submitted by:	Tuc <freebsd-ports at t-b-o-h.net>
2008-01-14 11:15:31 +00:00

26 lines
614 B
Makefile

# New ports collection makefile for: net-mgmt/p5-Data-Validate-IP
# Date created: 02 January 2008
# Whom: Tuc <freebsd-ports@t-b-o-h.net>
#
# $FreeBSD$
#
PORTNAME= Data-Validate-IP
PORTVERSION= 0.08
CATEGORIES= net-mgmt perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Data
PKGNAMEPREFIX= p5-
MAINTAINER= freebsd-ports@t-b-o-h.net
COMMENT= Common data validation methods for IPs
BUILD_DEPENDS= ${SITE_PERL}/Net/Netmask.pm:${PORTSDIR}/net-mgmt/p5-Net-Netmask
RUN_DEPENDS= ${SITE_PERL}/Net/Netmask.pm:${PORTSDIR}/net-mgmt/p5-Net-Netmask
PERL_CONFIGURE= yes
MAN3= Data::Validate::IP.3
.include <bsd.port.mk>