summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-03-01 05:43:49 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-03-01 05:43:49 +0000
commit2e33cb07f69a6c0b0dea8fc07adacb20fd7355f1 (patch)
tree08b7cafe06d2548d04e539ff6db0d0d5b2c387bc /databases
parent- Update to 1.20 (diff)
- Fix shebang
- Bump PORTREVISION for package change
Notes
Notes: svn path=/head/; revision=346593
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-KyotoCabinet/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/p5-KyotoCabinet/Makefile b/databases/p5-KyotoCabinet/Makefile
index ea50fe1cbd2e..95371e3a29c2 100644
--- a/databases/p5-KyotoCabinet/Makefile
+++ b/databases/p5-KyotoCabinet/Makefile
@@ -3,6 +3,7 @@
PORTNAME= KyotoCabinet
PORTVERSION= 1.20
+PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= http://fallabs.com/kyotocabinet/perlpkg/
PKGNAMEPREFIX= p5-
@@ -15,9 +16,11 @@ LICENSE= GPLv3
LIB_DEPENDS= libkyotocabinet.so:${PORTSDIR}/databases/kyotocabinet
-USES= perl5
+USES= perl5 shebangfix
USE_PERL5= configure
+SHEBANG_FILES= *.pl
+
post-patch:
# do not run misc tests which seem to be endless
@${REINPLACE_CMD} -e '/kctest.pl misc/d' ${WRKSRC}/test.pl