freebsd-ports/misc/p5-OSSP-uuid/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

23 lines
505 B
Makefile

# Created by: Frederic Culot <culot@FreeBSD.org>
# $FreeBSD$
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"