openbsd-ports/devel/p5-Declare-Constraints-Simple/Makefile
2010-12-03 11:44:22 +00:00

30 lines
556 B
Makefile

# $OpenBSD: Makefile,v 1.4 2010/12/03 11:44:30 ajacoutot Exp $
COMMENT= declarative validation of data structures
DISTNAME= Declare-Constraints-Simple-0.03
REVISION= 0
CATEGORIES= devel
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CPAN_AUTHOR= PHAYLON
MODULES= cpan
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/p5-Carp-Clan \
devel/p5-Class-Inspector \
devel/p5-aliased
MAKE_ENV= TEST_POD=Yes
USE_GROFF = Yes
.include <bsd.port.mk>