aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-qdbm/Makefile
blob: 9b7819a4e6c258c9c23f08ad13ed8dca5e7a35e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$

PKGNAMEPREFIX=  p5-

COMMENT=    Perl API for QDBM

SLAVEPORT=  perl
USES=       perl5

MASTERDIR=  ${.CURDIR}/../../databases/qdbm
WRKSRC=     ${WRKDIR}/${PORTNAME}-${PORTVERSION}/perl
PLIST=      ${.CURDIR}/pkg-plist
DESCR=      ${.CURDIR}/pkg-descr
PATCHDIR=   ${.CURDIR}/files

MAKE_JOBS_UNSAFE=   yes

NO_STAGE=   yes
.include "${MASTERDIR}/Makefile"