blob: 9d3def21fed4719e87fba3b5400b8b431745df88 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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>
|