aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-SQLite2/Makefile
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2004-10-12 16:06:49 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2004-10-12 16:06:49 +0000
commitc919c12eeaacb4994e0834e450387562f7fc5718 (patch)
tree567a293ffb236ad896df46281927cd20b7d9ef91 /databases/p5-DBD-SQLite2/Makefile
parent03586b904328632298f33d376576c83d7e992056 (diff)
downloadports-c919c12eeaacb4994e0834e450387562f7fc5718.tar.gz
ports-c919c12eeaacb4994e0834e450387562f7fc5718.zip
Notes
Diffstat (limited to 'databases/p5-DBD-SQLite2/Makefile')
-rw-r--r--databases/p5-DBD-SQLite2/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/databases/p5-DBD-SQLite2/Makefile b/databases/p5-DBD-SQLite2/Makefile
index 5abf3c160583..24afada953df 100644
--- a/databases/p5-DBD-SQLite2/Makefile
+++ b/databases/p5-DBD-SQLite2/Makefile
@@ -5,9 +5,9 @@
# $FreeBSD$
#
-PORTNAME= DBD-SQLite
-PORTVERSION= 0.31
-PORTREVISION= 1
+PORTNAME= DBD-SQLite2
+PORTVERSION= 0.33
+PORTREVISION= 0
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBD
@@ -18,7 +18,7 @@ COMMENT= Provides access to SQLite2 databases through the DBI
PERL_CONFIGURE= yes
-MAN3= DBD::SQLite.3
+MAN3= DBD::SQLite2.3
.include <bsd.port.pre.mk>
@@ -30,4 +30,7 @@ BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
.endif
+post-extract:
+ ${RM} -f ${WRKSRC}/getsqlite.pl
+
.include <bsd.port.post.mk>