559d88985c
ok sthen@
30 lines
644 B
Makefile
30 lines
644 B
Makefile
# $OpenBSD: Makefile,v 1.23 2008/10/02 20:30:43 simon Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= interface to lzo compression library
|
|
|
|
DISTNAME= perl-lzo-1.08
|
|
PKGNAME= p5-Compress-LZO-1.08p2
|
|
CATEGORIES= archivers perl5
|
|
MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/
|
|
|
|
HOMEPAGE= http://www.oberhumer.com/opensource/lzo/
|
|
|
|
LIB_DEPENDS= lzo.>=1::archivers/lzo
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
WRKDIST= ${WRKDIR}/Compress-LZO-1.08
|
|
|
|
pre-configure:
|
|
@perl -pi -e "s,!!LOCALBASE!!,${LOCALBASE},g" ${WRKSRC}/Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|