diff options
author | seb <seb@pkgsrc.org> | 2008-07-16 00:47:20 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2008-07-16 00:47:20 +0000 |
commit | ad1e193d4a687707a13cc8a681f00ffc5d6e4d7a (patch) | |
tree | 3a8ada52883604778be8d6da85cc4f72d8dff6b6 /databases/p5-DBIx-Class-Validation | |
parent | ef30096994f163fd9eaab96fb3d7cc61ed260d54 (diff) | |
download | pkgsrc-ad1e193d4a687707a13cc8a681f00ffc5d6e4d7a.tar.gz |
- This Perl module's build requires the DateTime::Format::MySQL
module. Hence add a build dependency on time/p5-DateTime-Format-MySQL
package.
- Unbreak build when the package textproc/p5-Data-FormValidator is
not installed: add it as dependency.
Bump PKGREVISION to 1.
Diffstat (limited to 'databases/p5-DBIx-Class-Validation')
-rw-r--r-- | databases/p5-DBIx-Class-Validation/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/p5-DBIx-Class-Validation/Makefile b/databases/p5-DBIx-Class-Validation/Makefile index a69d38015f3..84f7c390db5 100644 --- a/databases/p5-DBIx-Class-Validation/Makefile +++ b/databases/p5-DBIx-Class-Validation/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/07/15 08:42:49 abs Exp $ +# $NetBSD: Makefile,v 1.2 2008/07/16 00:47:20 seb Exp $ DISTNAME= DBIx-Class-Validation-0.02003 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/} @@ -11,8 +12,10 @@ COMMENT= Validate all data before submitting to database DEPENDS+= p5-DBIx-Class>=0.07005:../../databases/p5-DBIx-Class DEPENDS+= p5-FormValidator-Simple>=0.17:../../textproc/p5-FormValidator-Simple +DEPENDS+= p5-Data-FormValidator-[0-9]*:../../textproc/p5-Data-FormValidator BUILD_DEPENDS+= p5-DBD-SQLite>=1.11:../../databases/p5-DBD-SQLite +BUILD_DEPENDS+= p5-DateTime-Format-MySQL-[0-9]*:../../time/p5-DateTime-Format-MySQL USE_LANGUAGES= # empty PERL5_PACKLIST= auto/DBIx/Class/Validation/.packlist |