0a9cee3481
- fix depends - re-format DESCR
22 lines
405 B
Makefile
22 lines
405 B
Makefile
# $OpenBSD: Makefile,v 1.2 2010/12/30 10:43:09 jasper Exp $
|
|
|
|
COMMENT = general-purpose iterator class.
|
|
|
|
DISTNAME = Iterator-0.03
|
|
REVISION = 0
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = devel/p5-Exception-Class
|
|
|
|
.include <bsd.port.mk>
|