openbsd-ports/devel/p5-Class-Default/Makefile
simon 5d57d39ae6 import p5-Class-Default
Class::Default provides a mechanism to allow your class to take static
method calls and apply it to a default instantiation of an object.  It
provides a flexibility to an API that allows it to be used more
comfortably in different situations.

ok pyr@
2007-10-13 06:44:49 +00:00

20 lines
434 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/10/13 06:44:49 simon Exp $
COMMENT= provide static calls that apply to a default instantiation
MODULES= cpan
DISTNAME= Class-Default-1.50
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
REGRESS_DEPENDS=::devel/p5-Test-Pod
.include <bsd.port.mk>