21 lines
379 B
Makefile
21 lines
379 B
Makefile
COMMENT = validate recursive perl hash structures
|
|
|
|
DISTNAME = Data-Validate-Struct-0.12
|
|
CPAN_AUTHOR = TLINDEN
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = textproc/p5-Regexp-Common \
|
|
devel/p5-Data-Validate>=0.06 \
|
|
devel/p5-Data-Validate-IP>=0.18
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|