SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
28
devel/p5-FormValidator-Simple/Makefile
Normal file
28
devel/p5-FormValidator-Simple/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
COMMENT= validate user input through a chain of constraints
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME = FormValidator-Simple-0.29
|
||||
CATEGORIES= devel
|
||||
REVISION = 0
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE= 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>
|
Loading…
Add table
Add a link
Reference in a new issue