freebsd-ports/devel/p5-Data-Validate/Makefile
Martin Wilke c922ba5227 This module collects common validation routines to make input validation,
and untainting easier and more readable. Most of the functions are not
much shorter than their direct perl equivalent, but their names make it
clear what you're trying to test for.

WWW: http://search.cpan.org/~sonnen/Data-Validate-0.08/

PR:		ports/115328
Submitted by:	Steven Kreuzer <skreuzer at exit2shell.com>
2007-08-21 08:57:31 +00:00

25 lines
608 B
Makefile

# New ports collection makefile for: devel/p5-Data-Validate
# Date created: 06 August 2007
# Whom: Steven Kreuzer <skreuzer@exit2shell.com>
#
# $FreeBSD$
#
PORTNAME= Data-Validate
PORTVERSION= 0.08
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Data
PKGNAMEPREFIX= p5-
MAINTAINER= skreuzer@exit2shell.com
COMMENT= Common data validation methods
BUILD_DEPENDS= ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt
RUN_DEPENDS= ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt
PERL_CONFIGURE= yes
MAN3= Data::Validate.3
.include <bsd.port.mk>