173a69bfe0
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@
20 lines
401 B
Makefile
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>
|