diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-08 07:47:33 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-08 07:47:33 +0000 |
commit | 2f7c47dbaaf1fb45492ce079b0c55348448ddfd3 (patch) | |
tree | 917be4081b5e57b6221051f14cfd01d23512fadb /databases | |
parent | 20719b088cc19266cb754496b15d818189d2f04c (diff) | |
download | ports-2f7c47dbaaf1fb45492ce079b0c55348448ddfd3.tar.gz ports-2f7c47dbaaf1fb45492ce079b0c55348448ddfd3.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBD-File/Makefile | 7 | ||||
-rw-r--r-- | databases/p5-DBD-File/distinfo | 6 | ||||
-rw-r--r-- | databases/p5-DBD-File/pkg-plist | 1 |
3 files changed, 7 insertions, 7 deletions
diff --git a/databases/p5-DBD-File/Makefile b/databases/p5-DBD-File/Makefile index 93de2d7d1399..668ca4b92118 100644 --- a/databases/p5-DBD-File/Makefile +++ b/databases/p5-DBD-File/Makefile @@ -6,17 +6,17 @@ # PORTNAME= DBD-File -PORTVERSION= 0.34 +PORTVERSION= 0.35 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBD PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Base class for writing DBI drivers for plain files -BUILD_DEPENDS= ${SITE_PERL}/SQL/Statement.pm:${PORTSDIR}/databases/p5-SQL-Statement RUN_DEPENDS= ${SITE_PERL}/SQL/Statement.pm:${PORTSDIR}/databases/p5-SQL-Statement +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes @@ -25,7 +25,6 @@ MAN3= DBD::File.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 .else IGNORE= is useless with p5-DBI diff --git a/databases/p5-DBD-File/distinfo b/databases/p5-DBD-File/distinfo index 26b7b95df19e..8cc540768d4a 100644 --- a/databases/p5-DBD-File/distinfo +++ b/databases/p5-DBD-File/distinfo @@ -1,3 +1,3 @@ -MD5 (DBD-File-0.34.tar.gz) = 54555425ebded761fb558216b26c1065 -SHA256 (DBD-File-0.34.tar.gz) = 58fe42e1240db7b41ebdab2350199e095c7a42b5b175f1da04c41d561d6ed0e8 -SIZE (DBD-File-0.34.tar.gz) = 8060 +MD5 (DBD-File-0.35.tar.gz) = 91ba616ff298365994e946345385f016 +SHA256 (DBD-File-0.35.tar.gz) = 97e361083eaf278a3928f662f0c7b08f34b90605879f9715b773ed3d1bf062f6 +SIZE (DBD-File-0.35.tar.gz) = 8074 diff --git a/databases/p5-DBD-File/pkg-plist b/databases/p5-DBD-File/pkg-plist index 9139b3bff68a..5209292ccff8 100644 --- a/databases/p5-DBD-File/pkg-plist +++ b/databases/p5-DBD-File/pkg-plist @@ -1,3 +1,4 @@ +@comment $FreeBSD$ %%SITE_PERL%%/DBD/File.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/File/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/File |