diff options
author | arved <arved@FreeBSD.org> | 2003-07-24 01:34:23 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-07-24 01:34:23 +0800 |
commit | 2793264f0a048c98e2c0b0b0e88e8c7ab7b9b69f (patch) | |
tree | 296d9265560f81c2266effe3041e1fab34c783de /databases/p5-DBD-XBase/Makefile | |
parent | b379116d0eb81d9bbf45619d22407adfd51c5518 (diff) | |
download | freebsd-ports-gnome-2793264f0a048c98e2c0b0b0e88e8c7ab7b9b69f.tar.gz freebsd-ports-gnome-2793264f0a048c98e2c0b0b0e88e8c7ab7b9b69f.tar.zst freebsd-ports-gnome-2793264f0a048c98e2c0b0b0e88e8c7ab7b9b69f.zip |
Update to 0.234
PR: 54208
Submitted by: Mathieu Arnold <m@absolight.net>
Diffstat (limited to 'databases/p5-DBD-XBase/Makefile')
-rw-r--r-- | databases/p5-DBD-XBase/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/p5-DBD-XBase/Makefile b/databases/p5-DBD-XBase/Makefile index 08fd93b1d2d0..00a67620c588 100644 --- a/databases/p5-DBD-XBase/Makefile +++ b/databases/p5-DBD-XBase/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= DBD-XBase -PORTVERSION= 0.210 +PORTVERSION= 0.234 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBD @@ -14,11 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= ilia@cgu.chel.su COMMENT= Provides access to XBase (dBase, Fox*) database files through DBI -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 PERL_CONFIGURE= yes -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN1= dbfdump.1 indexdump.1 MAN3= DBD::XBase.3 \ XBase.3 \ |