6c0c975765
The Class::Generate package exports functions that take as arguments a class specification and create from these specifications a Perl 5 class. The specification language allows many object-oriented constructs: typed members, inheritance, private members, required members, default values, object methods, class methods, class variables, and more. ok jasper@
18 lines
363 B
Makefile
18 lines
363 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/07/28 14:51:32 simon Exp $
|
|
|
|
COMMENT= generate Perl class hierarchies
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Class-Generate-1.09
|
|
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
|
|
|
|
.include <bsd.port.mk>
|