base class for all IO::Compress and IO::Uncompress modules from Giovanni Bechis <bigionews at snb.it>
19 lines
374 B
Makefile
19 lines
374 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/05/01 08:33:56 steven Exp $
|
|
|
|
COMMENT= "base class for IO::Compress modules"
|
|
|
|
MODULES= cpan
|
|
|
|
DISTNAME= IO-Compress-Base-2.004
|
|
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
|
|
|
|
.include <bsd.port.mk>
|