- support mixed compression methods in zip - improve interoperability with other modules from kevlo and Giovanni Bechis
21 lines
393 B
Makefile
21 lines
393 B
Makefile
# $OpenBSD: Makefile,v 1.6 2008/07/08 23:00:21 sthen Exp $
|
|
|
|
COMMENT= base class for IO::Compress modules
|
|
|
|
MODULES= cpan
|
|
|
|
DISTNAME= IO-Compress-Base-2.011
|
|
CATEGORIES= archivers
|
|
|
|
MAINTAINER= Giovanni Bechis <g.bechis@snb.it>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MAKE_ENV+= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|