aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-KyotoCabinet/Makefile
blob: fdece539da230193f38df00e34dfc095b656a740 (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
# Created by: Geraud CONTINSOUZAS <geraud@gcu.info>
# $FreeBSD$

PORTNAME=	KyotoCabinet
PORTVERSION=	1.18
PORTREVISION=	5
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=	libkyotocabinet.so:${PORTSDIR}/databases/kyotocabinet

USES=		perl5
USE_PERL5=	configure

MAN3=	KyotoCabinet.3

NO_STAGE=	yes
.include <bsd.port.mk>