openbsd-ports/devel/p5-Declare-Constraints-Simple/Makefile
2013-03-11 10:50:00 +00:00

27 lines
474 B
Makefile

# $OpenBSD: Makefile,v 1.5 2013/03/11 10:50:16 espie 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
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>