aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-CDB_File/Makefile
blob: 9636aa2196cc9e27bf6d02507ca92c0eb7fca5b5 (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
# Created by: Jon Nistor <nistor@snickers.org>
# $FreeBSD$

PORTNAME=   CDB_File
PORTVERSION=    0.99
CATEGORIES= databases perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= nistor@snickers.org
COMMENT=    Perl5 interface to the CDB package

LICENSE=    ART10 GPLv1+
LICENSE_COMB=   dual

USES=       perl5 shebangfix
SHEBANG_FILES=  bun-x.pl
USE_PERL5=  configure

post-install:
    ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/CDB_File/CDB_File.so

.include <bsd.port.mk>