2017-04-18 20:25:13 +00:00

23 lines
418 B
Makefile

# $OpenBSD: Makefile,v 1.18 2017/04/18 20:25:13 benoit Exp $
COMMENT = interface to bzip2 compression library
DISTNAME = Compress-Bzip2-2.26
CATEGORIES = archivers
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
MODULES = cpan
LIB_DEPENDS = archivers/bzip2
WANTLIB = bz2>=10 perl
MAKE_ENV = TEST_POD=Yes
pre-configure:
${SUBST_CMD} ${WRKSRC}/config.in
.include <bsd.port.mk>