2006-09-26 16:18:27 +02:00
|
|
|
# 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
|
2008-03-27 01:49:05 +01:00
|
|
|
MASTER_SITES= CPAN
|
2006-09-26 16:18:27 +02:00
|
|
|
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>
|