36803dfaf6
===> Missing license file for LGPL21 in /wrkdirs/usr/ports/databases/p5-qdbm/work/qdbm-1.8.78/perl/COPYING Even if that's fixed, it still don't build, likely because master/slave port desync Approved by: portmgr blanket Reported by: pkg-fallout
26 lines
518 B
Makefile
26 lines
518 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 2
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
COMMENT= Perl API for QDBM
|
|
|
|
BROKEN= does not build
|
|
|
|
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
|
|
|
|
MAKE_ARGS= LD=${CC}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|