diff options
author | Frederic Culot <culot@FreeBSD.org> | 2010-10-24 16:55:23 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2010-10-24 16:55:23 +0000 |
commit | 987b12ab82cc9665fe88e803e59563ce7d10ba2c (patch) | |
tree | 9f48fa45f039ccfa33e8ca30a950cf4355859b04 /databases/p5-Template-DBI | |
parent | 58ead5d0ae2235e83344890fc4da5bbfd11d4fdc (diff) | |
download | ports-987b12ab82cc9665fe88e803e59563ce7d10ba2c.tar.gz ports-987b12ab82cc9665fe88e803e59563ce7d10ba2c.zip |
Notes
Diffstat (limited to 'databases/p5-Template-DBI')
-rw-r--r-- | databases/p5-Template-DBI/Makefile | 14 | ||||
-rw-r--r-- | databases/p5-Template-DBI/distinfo | 6 | ||||
-rw-r--r-- | databases/p5-Template-DBI/pkg-plist | 5 |
3 files changed, 12 insertions, 13 deletions
diff --git a/databases/p5-Template-DBI/Makefile b/databases/p5-Template-DBI/Makefile index e1d9bb442a43..79508183c00a 100644 --- a/databases/p5-Template-DBI/Makefile +++ b/databases/p5-Template-DBI/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Template-DBI -PORTVERSION= 2.64 +PORTVERSION= 2.65 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,16 +15,14 @@ MAINTAINER= tobez@FreeBSD.org COMMENT= Template::Plugin::DBI - Template interface to the DBI module BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \ - ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -RUN_DEPENDS= ${BUILD_DEPENDS} + ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ + p5-SQL-Statement>=1.28:${PORTSDIR}/databases/p5-SQL-Statement \ + p5-MLDBM>=0:${PORTSDIR}/databases/p5-MLDBM +RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.8.0+ MAN3= Template::DBI.3 \ Template::Plugin::DBI.3 -post-patch: - ${PERL} -i -pe 's|TT_QUIET\s*=\s*0|TT_QUIET = 1|' ${WRKSRC}/Makefile.PL - ${PERL} -i -pe 's|TT_ACCEPT\s*=\s*0|TT_ACCEPT = 1|' ${WRKSRC}/Makefile.PL - .include <bsd.port.mk> diff --git a/databases/p5-Template-DBI/distinfo b/databases/p5-Template-DBI/distinfo index ce137bddb246..02522c08a21f 100644 --- a/databases/p5-Template-DBI/distinfo +++ b/databases/p5-Template-DBI/distinfo @@ -1,3 +1,3 @@ -MD5 (Template-DBI-2.64.tar.gz) = 424d2f17b8b2b3329e758044210920cb -SHA256 (Template-DBI-2.64.tar.gz) = 67d07a68d28114a2db1fac599fab20b17974a4aabb60b3b2c2ba17c51d646735 -SIZE (Template-DBI-2.64.tar.gz) = 13645 +MD5 (Template-DBI-2.65.tar.gz) = a5f0b8912599fc5ad38c5f5facd8a690 +SHA256 (Template-DBI-2.65.tar.gz) = 1932deac7cd842f882bd6b53ce80c0d4a7d9b982936f993d395853c82b293167 +SIZE (Template-DBI-2.65.tar.gz) = 15681 diff --git a/databases/p5-Template-DBI/pkg-plist b/databases/p5-Template-DBI/pkg-plist index 423d0de6a27c..eca7a82eea46 100644 --- a/databases/p5-Template-DBI/pkg-plist +++ b/databases/p5-Template-DBI/pkg-plist @@ -1,6 +1,7 @@ %%SITE_PERL%%/Template/DBI.pod %%SITE_PERL%%/Template/Plugin/DBI.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Template-DBI/.packlist -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template-DBI +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/DBI/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/DBI +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template @dirrmtry %%SITE_PERL%%/Template/Plugin @dirrmtry %%SITE_PERL%%/Template |