openbsd-ports/devel/p5-Data-Validate/Makefile
bluhm cba6ea0220 Initial import of p5-Data-Validate 0.08
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
(and are much longer in some cases), but their names make it clear
what you're trying to test for.

ok jasper@
2010-06-17 21:49:36 +00:00

20 lines
371 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/06/17 21:49:36 bluhm Exp $
COMMENT = common perl data validation methods
DISTNAME = Data-Validate-0.08
CATEGORIES = devel
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = cpan
.include <bsd.port.mk>