cb369e4eeb
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@
25 lines
466 B
Makefile
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>
|