fc6b628d7f
Pkgsrc changes: o Adjust dependencies, including reshuffling to match contents and order in META.yml o Require perl version 5.8, also according to META.yml Upstream changes: 4.63 Sat Jan 3 12:46:15 EST 2009 [DOCUMENTATION] - Improve docs for writing your own constraints (girlwithglasses) 4.62 Sat Jan 3 12:10:14 EST 2009 [DOCUMENTATION] - Fix typo in ConstraintsFactory docs (Geraint A. Edwards) - Clarified docs for get_filtered_data (Lisa Hagemann) - Clarify that 'field_filter_regexp_map' can take coderefs as values (Ron Savage) [INTERNALS] - Better diagnostics when load_profiles fails (Thoralf Klein) - Improved portability of t/untaint.t (Alexandr Ciornii) - Make some tests conditional on Date::Calc being installed (Frank Wiles)
28 lines
962 B
Makefile
28 lines
962 B
Makefile
# $NetBSD: Makefile,v 1.13 2009/01/11 15:05:07 he Exp $
|
|
|
|
DISTNAME= Data-FormValidator-4.63
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= perl5 textproc
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Data-FormValidator/
|
|
COMMENT= Validates user input based on input profile
|
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-Date-Calc>=5.0:../../devel/p5-Date-Calc
|
|
DEPENDS+= p5-Email-Valid-[0-9]*:../../mail/p5-Email-Valid
|
|
DEPENDS+= p5-File-MMagic>=1.17:../../misc/p5-File-MMagic
|
|
DEPENDS+= p5-Image-Size-[0-9]*:../../graphics/p5-Image-Size
|
|
DEPENDS+= p5-MIME-Types>=1.005:../../mail/p5-MIME-Types
|
|
DEPENDS+= p5-Perl6-Junction-[0-9]*:../../devel/p5-Perl6-Junction
|
|
DEPENDS+= p5-Regexp-Common-[0-9]*:../../textproc/p5-Regexp-Common
|
|
|
|
PERL5_REQD+= 5.8.0
|
|
|
|
PERL5_PACKLIST= auto/Data/FormValidator/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|