blob: f826780490feb477ad49c3ded8cbf01caa88e384 (
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
|
# New ports collection makefile for: p5-KyotoCabinet
# Date created: 2011-09-19
# Whom: Geraud CONTINSOUZAS <geraud@gcu.info>
#
# $FreeBSD$
#
PORTNAME= KyotoCabinet
PORTVERSION= 1.18
CATEGORIES= databases perl5
MASTER_SITES= http://fallabs.com/kyotocabinet/perlpkg/
PKGNAMEPREFIX= p5-
DISTNAME= kyotocabinet-perl-${PORTVERSION}
MAINTAINER= geraud@gcu.info
COMMENT= Perl extension for KyotoCabinet
LICENSE= GPLv3
LIB_DEPENDS= kyotocabinet:${PORTSDIR}/databases/kyotocabinet
PERL_CONFIGURE= yes
MAN3= KyotoCabinet.3
.include <bsd.port.mk>
|