aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-SQLite2
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-01-12 21:38:01 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-01-12 21:38:01 +0000
commit0043c7137aeb3d0db2517daddefd15b7473302a7 (patch)
treeeb4d1719dccd85087e069534baf06bfd6d608e37 /databases/p5-DBD-SQLite2
parent96eb09f0fee50a0cf3a91fac572442472ea87dae (diff)
downloadports-0043c7137aeb3d0db2517daddefd15b7473302a7.tar.gz
ports-0043c7137aeb3d0db2517daddefd15b7473302a7.zip
- Update to 0.37
- Add LICENSE - Strip shared library Changes: http://search.cpan.org/dist/DBD-SQLite2/Changes
Notes
Notes: svn path=/head/; revision=405931
Diffstat (limited to 'databases/p5-DBD-SQLite2')
-rw-r--r--databases/p5-DBD-SQLite2/Makefile13
-rw-r--r--databases/p5-DBD-SQLite2/distinfo4
2 files changed, 11 insertions, 6 deletions
diff --git a/databases/p5-DBD-SQLite2/Makefile b/databases/p5-DBD-SQLite2/Makefile
index b7e101f4eba0..c34ded811e39 100644
--- a/databases/p5-DBD-SQLite2/Makefile
+++ b/databases/p5-DBD-SQLite2/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= DBD-SQLite2
-PORTVERSION= 0.36
-PORTREVISION= 1
+PORTVERSION= 0.37
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -11,13 +10,19 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Provides access to SQLite2 databases through the DBI
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
USES= perl5
USE_PERL5= configure
-post-extract:
- ${RM} -f ${WRKSRC}/getsqlite.pl
+post-patch:
+ @${RM} -f ${WRKSRC}/getsqlite.pl
+
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/DBD/SQLite2/SQLite2.so
.include <bsd.port.mk>
diff --git a/databases/p5-DBD-SQLite2/distinfo b/databases/p5-DBD-SQLite2/distinfo
index 4119d236a3ff..7c0c507a503c 100644
--- a/databases/p5-DBD-SQLite2/distinfo
+++ b/databases/p5-DBD-SQLite2/distinfo
@@ -1,2 +1,2 @@
-SHA256 (DBD-SQLite2-0.36.tar.gz) = 1715f8e6dfd6e1fe34ae5c8d8b15e3d856b29e5416d6b02d5575ff55f4411e60
-SIZE (DBD-SQLite2-0.36.tar.gz) = 371022
+SHA256 (DBD-SQLite2-0.37.tar.gz) = 8948fa682607ebbeb0fad5abf12aab4085deb4388a4dec06a65896dc340fd07f
+SIZE (DBD-SQLite2-0.37.tar.gz) = 370783