openbsd-ports/devel/p5-parent/Makefile
simon 173a69bfe0 import p5-parent
This module allows you to both load one or more modules, while setting
up inheritance from those modules at the same time.
By default, every base class needs to live in a file of its own.  If you
want to have a subclass and its parent class in the same file, you can
tell parent not to load any modules by using the -norequire switch.

ok merdely@
2008-04-26 16:33:40 +00:00

20 lines
401 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/04/26 16:33:40 simon Exp $
COMMENT = build ISA relationships with base classes at compile time
MODULES = cpan
DISTNAME = parent-0.221
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 = CORION
.include <bsd.port.mk>