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

31 lines
694 B
Makefile

# $OpenBSD: Makefile,v 1.9 2013/03/11 10:50:17 espie Exp $
COMMENT= validate user input through a chain of constraints
MODULES= cpan
DISTNAME= FormValidator-Simple-0.23
REVISION= 0
CATEGORIES= devel
USE_GROFF = Yes
# perl
PERMIT_PACKAGE_CDROM= Yes
RUN_DEPENDS= devel/p5-Class-Accessor \
devel/p5-Class-Data-Accessor>=0.03 \
devel/p5-Class-Data-Inheritable \
devel/p5-Class-Inspector \
devel/p5-Date-Calc \
devel/p5-DateTime-Format-Strptime \
mail/p5-Email-Valid \
mail/p5-Email-Valid-Loose \
devel/p5-List-MoreUtils \
mail/p5-Mail-Tools \
devel/p5-Tie-IxHash \
devel/p5-Universal-require \
devel/p5-YAML
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>