diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-05-06 09:57:50 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-05-06 09:57:50 +0000 |
commit | 994d1671ba557723dc70199423e0d24afde05c76 (patch) | |
tree | 4dd62703e8ff29d1a19ffc4f0f6e45829ceb3b42 /databases/p5-DBI-137/Makefile | |
parent | Remove two nonexistent directories that were apparently added by mistake. (diff) |
Upgrade to 1.35.
PR: ports/51786
Submitted by: Mathieu Arnold <m@absolight.net>
Diffstat (limited to '')
-rw-r--r-- | databases/p5-DBI-137/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/databases/p5-DBI-137/Makefile b/databases/p5-DBI-137/Makefile index deef08f41545..055f38f12f57 100644 --- a/databases/p5-DBI-137/Makefile +++ b/databases/p5-DBI-137/Makefile @@ -6,8 +6,7 @@ # PORTNAME= DBI -PORTVERSION= 1.34 -PORTREVISION= 1 +PORTVERSION= 1.35 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBI @@ -16,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= vanilla@FreeBSD.org COMMENT= The perl5 Database Interface. Required for DBD::* modules -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/RPC/PlServer.pm:${PORTSDIR}/net/p5-PlRPC +BUILD_DEPENDS= ${SITE_PERL}/RPC/PlServer.pm:${PORTSDIR}/net/p5-PlRPC RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -33,7 +32,6 @@ MAN3= Bundle::DBI.3 \ DBI::DBD.3 \ DBI::DBD::Metadata.3 \ DBI::FAQ.3 \ - DBI::Format.3 \ DBI::Profile.3 \ DBI::ProfileData.3 \ DBI::ProfileDumper.3 \ @@ -42,6 +40,5 @@ MAN3= Bundle::DBI.3 \ DBI::PurePerl.3 \ DBI::W32ODBC.3 \ Win32::DBIODBC.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> |