freebsd-ports/archivers/p5-Compress-LZO/Makefile
Baptiste Daroussin b3a96ed6ee In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in accessibility

With hat:	portmgr
2013-12-11 10:04:56 +00:00

23 lines
503 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Compress-LZO
PORTVERSION= 1.08
PORTREVISION= 2
CATEGORIES= archivers perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Interface to the LZO compression library
LIB_DEPENDS= liblzo2.so:${PORTSDIR}/archivers/lzo2
CFLAGS+= -I${LOCALBASE}/include/lzo
USES= perl5
USE_PERL5= configure
post-patch:
@${REINPLACE_CMD} -i '' -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>