freebsd-ports/archivers/p5-Compress-LZO/Makefile
Cheng-Lung Sung 1c22653ccf - use CPAN Macro
Changes:
PR:		ports/121991
Submitted by:	"Philip M. Gollucci" <pgollucci_AT_p6m7g8 dot com>
2008-03-27 00:49:05 +00:00

26 lines
525 B
Makefile

# New ports collection makefile for: p5-Compress-LZO
# Date created: 2006-09-10
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Compress-LZO
PORTVERSION= 1.08
CATEGORIES= archivers perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= Interface to the LZO compression library
LIB_DEPENDS= lzo:${PORTSDIR}/archivers/lzo
PERL_CONFIGURE= yes
post-patch:
${PERL} -pi -e 's,%%LOCALBASE%%,${LOCALBASE},g' ${WRKSRC}/Makefile.PL
MAN3= Compress::LZO.3
.include <bsd.port.mk>