openbsd-ports/archivers/p5-Compress-Bzip2/Makefile
kevlo cb369e4eeb import of p5-Compress-Bzip2-2.09
p5-Compress-Bzip2 a Perl interface to the bzip2 compression
algorithms. It uses the low level interface to the algorithm,
and reimplements all high level routines.

ok jasper@
2008-11-11 13:55:21 +00:00

25 lines
466 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/11/11 13:55:21 kevlo Exp $
SHARED_ONLY= Yes
COMMENT= interface to bzip2 compression library
DISTNAME= Compress-Bzip2-2.09
CATEGORIES= archivers
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
LIB_DEPENDS= bz2.>=10::archivers/bzip2
pre-configure:
${SUBST_CMD} ${WRKSRC}/config.in
.include <bsd.port.mk>