21 lines
398 B
Makefile
21 lines
398 B
Makefile
# $OpenBSD: Makefile,v 1.5 2013/03/11 10:50:15 espie 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
|
|
|
|
MODULES = cpan
|
|
USE_GROFF = Yes
|
|
RUN_DEPENDS = textproc/p5-Regexp-Common \
|
|
devel/p5-Data-Validate
|
|
|
|
.include <bsd.port.mk>
|