a64a2caef2
ok simon
22 lines
442 B
Makefile
22 lines
442 B
Makefile
# $OpenBSD: Makefile,v 1.8 2007/10/24 13:25:50 sthen Exp $
|
|
|
|
COMMENT= IO:: style interface to Compress::Zlib
|
|
|
|
MODULES= cpan
|
|
|
|
DISTNAME= IO-Zlib-1.07
|
|
CATEGORIES= archivers
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# Perl
|
|
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}
|
|
|
|
.include <bsd.port.mk>
|