openbsd-ports/archivers/p5-IO-Zlib/Makefile

23 lines
459 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.10 2008/09/29 18:32:12 simon Exp $
2002-08-02 16:44:50 -04:00
2007-09-15 06:14:32 -04:00
COMMENT= IO:: style interface to Compress::Zlib
COMES_WITH= 4.5
2002-08-02 16:44:50 -04:00
MODULES= cpan
DISTNAME= IO-Zlib-1.08
CATEGORIES= archivers
2002-08-02 16:44:50 -04:00
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
2002-08-02 16:44:50 -04:00
# Perl
2002-08-02 16:44:50 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= :p5-Compress-Zlib->1.15:archivers/p5-Compress-Zlib
BUILD_DEPENDS= ${RUN_DEPENDS}
2002-08-02 16:44:50 -04:00
.include <bsd.port.mk>