- Fix shebang

- Bump PORTREVISION for package change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-03-01 05:43:49 +00:00
parent b09bbf9014
commit 2e33cb07f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346593

View File

@ -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