diff options
Diffstat (limited to 'textproc/p5-FormValidator-Simple/Makefile')
-rw-r--r-- | textproc/p5-FormValidator-Simple/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/textproc/p5-FormValidator-Simple/Makefile b/textproc/p5-FormValidator-Simple/Makefile new file mode 100644 index 00000000000..e7bcf6557af --- /dev/null +++ b/textproc/p5-FormValidator-Simple/Makefile @@ -0,0 +1,32 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/07/14 09:32:12 abs Exp $ + +DISTNAME= FormValidator-Simple-0.23 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/L/LY/LYOKATO/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/perldoc?FormValidator::Simple +COMMENT= Validation with simple chains of constraints + +DEPENDS+= p5-Class-Accessor>=0.22:../../devel/p5-Class-Accessor +DEPENDS+= p5-Class-Inspector>=1.13:../../devel/p5-Class-Inspector +DEPENDS+= p5-Class-Data-Inheritable>=0.04:../../devel/p5-Class-Data-Inheritable +DEPENDS+= p5-Class-Data-Accessor>=0.03:../../devel/p5-Class-Data-Accessor +DEPENDS+= p5-UNIVERSAL-require>=0.10:../../devel/p5-UNIVERSAL-require +DEPENDS+= p5-MailTools>=0:../../mail/p5-MailTools +DEPENDS+= p5-Email-Valid>=0.15:../../mail/p5-Email-Valid +DEPENDS+= p5-Email-Valid-Loose>=0.04:../../mail/p5-Email-Valid-Loose +DEPENDS+= p5-Tie-IxHash>=1.21:../../devel/p5-Tie-IxHash +DEPENDS+= p5-YAML>=0.39:../../textproc/p5-YAML +DEPENDS+= p5-List-MoreUtils>=0.16:../../devel/p5-List-MoreUtils +DEPENDS+= p5-Scalar-List-Utils>=0:../../devel/p5-Scalar-List-Utils +DEPENDS+= p5-DateTime-Format-Strptime>=1.0700:../../time/p5-DateTime-Format-Strptime + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/FormValidator/Simple/.packlist + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |