blob: c562c67d0fabeae1e263205f238135454b185aeb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Created by: Geraud CONTINSOUZAS <geraud@gcu.info>
PORTNAME= KyotoCabinet
PORTVERSION= 1.20
PORTREVISION= 2
CATEGORIES= databases perl5
MASTER_SITES= https://dbmx.net/kyotocabinet/perlpkg/
PKGNAMEPREFIX= p5-
DISTNAME= kyotocabinet-perl-${PORTVERSION}
MAINTAINER= geraud@gcu.info
COMMENT= Perl extension for KyotoCabinet
LICENSE= GPLv3
LIB_DEPENDS= libkyotocabinet.so:databases/kyotocabinet
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
.include <bsd.port.mk>
|