openbsd-ports/devel/p5-Data-Validate-Struct/Makefile
bluhm 36d9518714 Initial import of p5-Data-Validate-Struct 0.06
This module validates a config hash reference against a given hash
structure in contrast to Data::Validate in which you have to check
each value separately using certain methods.

ok jasper@
2010-06-17 21:56:16 +00:00

22 lines
455 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/06/17 21:56:16 bluhm Exp $
COMMENT = validate recursive perl hash structures
DISTNAME = Data-Validate-Struct-0.06
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
RUN_DEPENDS = ::textproc/p5-Regexp-Common \
::devel/p5-Data-Validate
.include <bsd.port.mk>