openbsd-ports/devel/p5-Class-Inner/Makefile
sturm a3238584b0 Initial import of Class-Inner 0.1
Class::Inner is yet nother implementation of an anonymous class with
per object overrideable methods, but with the added attraction of
sort of working dispatch to the parent class's method.

from Sebastian Trahm <basti at schleifi.com>
2007-12-21 13:44:44 +00:00

19 lines
368 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/12/21 13:44:44 sturm Exp $
COMMENT= perlish implementation of Java like inner classes
DISTNAME= Class-Inner-0.1
CATEGORIES= devel
MAINTAINER= Sebastian Trahm <basti@schleifi.com>
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES=cpan
.include <bsd.port.mk>