aaa1885833
ok jasper@
24 lines
482 B
Makefile
24 lines
482 B
Makefile
# $OpenBSD: Makefile,v 1.4 2010/12/03 11:44:29 ajacoutot Exp $
|
|
|
|
COMMENT = validate recursive perl hash structures
|
|
|
|
DISTNAME = Data-Validate-Struct-0.06
|
|
REVISION = 0
|
|
|
|
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
|
|
USE_GROFF = Yes
|
|
RUN_DEPENDS = textproc/p5-Regexp-Common \
|
|
devel/p5-Data-Validate
|
|
|
|
.include <bsd.port.mk>
|