diff options
author | skv <skv@FreeBSD.org> | 2003-06-02 18:02:04 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2003-06-02 18:02:04 +0800 |
commit | 5b6583a9a1c36e4a6c36a808fca3e3426ecb8368 (patch) | |
tree | 106e29b57ad7e85cd1af2c1e0e886b6c55ea52f6 /databases/p5-DBD-InterBase/Makefile | |
parent | 5edc50fd99b011266039423000b6d179f3255529 (diff) | |
download | freebsd-ports-gnome-5b6583a9a1c36e4a6c36a808fca3e3426ecb8368.tar.gz freebsd-ports-gnome-5b6583a9a1c36e4a6c36a808fca3e3426ecb8368.tar.zst freebsd-ports-gnome-5b6583a9a1c36e4a6c36a808fca3e3426ecb8368.zip |
Updated to 0.41
Diffstat (limited to 'databases/p5-DBD-InterBase/Makefile')
-rw-r--r-- | databases/p5-DBD-InterBase/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/p5-DBD-InterBase/Makefile b/databases/p5-DBD-InterBase/Makefile index 4055c277d67b..a13a9da964b3 100644 --- a/databases/p5-DBD-InterBase/Makefile +++ b/databases/p5-DBD-InterBase/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DBD-InterBase -PORTVERSION= 0.40 +PORTVERSION= 0.41 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBD @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= DBI driver for InterBase RDBMS server -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI LIB_DEPENDS= gds:${PORTSDIR}/databases/firebird RUN_DEPENDS= ${BUILD_DEPENDS} @@ -26,6 +26,5 @@ post-patch: ${WRKSRC}/Makefile.PL MAN3= Bundle::DBD::InterBase.3 DBD::InterBase.3 DBD::InterBase::FAQ.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> |