diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-12 01:22:53 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-12 01:22:53 +0000 |
commit | b2a0d54f8b7fb21e898488dd8510abc8c9cfedab (patch) | |
tree | 605c6fd95e8a410aa1a3fec9a5aa1659ba480b37 /databases/p5-DBIx-Class-EncodedColumn/Makefile | |
parent | 44975e5dadf2c93eee9e776dacd8871014f97076 (diff) | |
download | pkgsrc-b2a0d54f8b7fb21e898488dd8510abc8c9cfedab.tar.gz |
Update p5-DBIx-Class-EncodedColumn to 0.00011.
Change from previous:
- Docs fixes
- Generate pod with Module::Install::ReadmeFromPod
Diffstat (limited to 'databases/p5-DBIx-Class-EncodedColumn/Makefile')
-rw-r--r-- | databases/p5-DBIx-Class-EncodedColumn/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/p5-DBIx-Class-EncodedColumn/Makefile b/databases/p5-DBIx-Class-EncodedColumn/Makefile index 177176349e2..70bb2152073 100644 --- a/databases/p5-DBIx-Class-EncodedColumn/Makefile +++ b/databases/p5-DBIx-Class-EncodedColumn/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2011/08/14 08:18:06 obache Exp $ +# $NetBSD: Makefile,v 1.6 2011/11/12 01:22:53 hiramatsu Exp $ -DISTNAME= DBIx-Class-EncodedColumn-0.00010 +DISTNAME= DBIx-Class-EncodedColumn-0.00011 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/} @@ -31,6 +30,7 @@ DEPENDS+= p5-Crypt-CAST5_PP-[0-9]*:../../security/p5-Crypt-CAST5_PP BUILD_DEPENDS+= p5-DBD-SQLite-[0-9]*:../../databases/p5-DBD-SQLite BUILD_DEPENDS+= p5-Dir-Self-[0-9]*:../../devel/p5-Dir-Self BUILD_DEPENDS+= p5-SQL-Translator>=0.11002:../../databases/p5-SQL-Translator +BUILD_DEPENDS+= p5-Module-Install-ReadmeFromPod-[0-9]*:../../devel/p5-Module-Install-ReadmeFromPod USE_LANGUAGES= # empty PERL5_PACKLIST= auto/DBIx/Class/EncodedColumn/.packlist |