aboutsummaryrefslogtreecommitdiff
path: root/misc/p5-OSSP-uuid/Makefile
blob: b51554c614aeb4cb76dfb7bb3154f539cab63602 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
COMMENT=	Perl bindings for ossp-uuid

BUILD_DEPENDS=	${LOCALBASE}/lib/libossp-uuid.a:misc/ossp-uuid

SLAVEPORT=	perl
USES=		perl5
USE_PERL5=	configure

MASTERDIR=	${.CURDIR}/../../misc/ossp-uuid
WRKSRC=		${WRKDIR}/${DISTNAME}/perl
PLIST=		${.CURDIR}/pkg-plist
DESCR=		${.CURDIR}/pkg-descr
PATCHDIR=	${.CURDIR}/files

post-patch:
	@${REINPLACE_CMD} -e \
		's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/Makefile.PL

.include "${MASTERDIR}/Makefile"