aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-XBase/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-05-12 06:28:41 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-05-12 06:28:41 +0000
commit95fb5ca6d80f851de68f9f44e721c0cd21f18213 (patch)
treee8e68694170bf947caf852135504bf10fef58bb4 /databases/p5-DBD-XBase/Makefile
parent5414730c2a7f75f41bfad7de67b808542a56de88 (diff)
downloadports-95fb5ca6d80f851de68f9f44e721c0cd21f18213.tar.gz
ports-95fb5ca6d80f851de68f9f44e721c0cd21f18213.zip
Upgrade
p5-DBD-CSV => 0.1027 p5-DBD-XBase => 0.173 p5-Net-ext => 0.932 p5-String-Approx => 3.15 Approved by: maintainers
Notes
Notes: svn path=/head/; revision=42547
Diffstat (limited to 'databases/p5-DBD-XBase/Makefile')
-rw-r--r--databases/p5-DBD-XBase/Makefile22
1 files changed, 9 insertions, 13 deletions
diff --git a/databases/p5-DBD-XBase/Makefile b/databases/p5-DBD-XBase/Makefile
index 880348cc13a1..dcf671ba61b5 100644
--- a/databases/p5-DBD-XBase/Makefile
+++ b/databases/p5-DBD-XBase/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= DBD-XBase
-PORTVERSION= 0.161
+PORTVERSION= 0.173
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBD
@@ -17,18 +17,14 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:
PERL_CONFIGURE= yes
-GZIP= -9
-
-MAN1= dbfdump.1 indexdump.1
-
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3= XBase::FAQ.3 XBase::Memo.3 XBase::Index.3 XBase.3 \
- DBD::XBase.3 XBase::Base.3
-
-post-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/bin/dbfdump ${PREFIX}/bin
- ${INSTALL_SCRIPT} ${WRKSRC}/bin/indexdump ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/blib/man1/dbfdump.1 ${PREFIX}/man/man1
- ${INSTALL_MAN} ${WRKSRC}/blib/man1/indexdump.1 ${PREFIX}/man/man1
+MAN1= dbfdump.1 indexdump.1
+MAN3= DBD::XBase.3 \
+ XBase.3 \
+ XBase::Base.3 \
+ XBase::FAQ.3 \
+ XBase::Index.3 \
+ XBase::Memo.3 \
+ XBase::SDBM.3
.include <bsd.port.mk>