mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
336f0851eb
- add stage support and fix pkg-plist
22 lines
456 B
Makefile
22 lines
456 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
COMMENT= Perl API for QDBM
|
|
|
|
SLAVEPORT= perl
|
|
USES= perl5 shebangfix
|
|
|
|
MASTERDIR= ${.CURDIR}/../../databases/qdbm
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/perl
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PATCHDIR= ${.CURDIR}/files
|
|
|
|
SHEBANG_FILES= mypldoc curia/plcrtest depot/pldptest villa/plvltest
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|