openbsd-ports/archivers/p5-Archive-Zip/Makefile
sthen e514026e26 update to p5-Archive-Zip-1.67. one test now fails because
archivers/unzip is not built with bzip2 support; add a comment
to explain why.
2019-12-28 17:26:52 +00:00

21 lines
391 B
Makefile

# $OpenBSD: Makefile,v 1.34 2019/12/28 17:26:52 sthen Exp $
COMMENT = perl interface to ZIP files
MODULES = cpan
PKG_ARCH = *
DISTNAME = Archive-Zip-1.67
CATEGORIES = archivers
# Perl
PERMIT_PACKAGE = Yes
# t/26_bzip2.t fails because archivers/unzip is not built with bzip2 support.
TEST_DEPENDS = archivers/unzip \
archivers/zip \
devel/p5-Test-MockModule
.include <bsd.port.mk>