openbsd-ports/devel/p5-boolean/Makefile
simon 6291e71bdd import p5-boolean
This module provides basic Boolean support, by defining two special
objects: true and false.
2009-02-05 22:04:56 +00:00

20 lines
370 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/02/05 22:04:56 simon Exp $
COMMENT = boolean support for Perl
MODULES = cpan
DISTNAME = boolean-0.20
CATEGORIES = devel
MAINTAINER = Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
CPAN_AUTHOR = INGY
.include <bsd.port.mk>