846d1049f4
CLASS and $CLASS are both synonyms for __PACKAGE__. Easier to type. $CLASS has the additional benefit of working in strings. CLASS is a constant, not a subroutine call. $CLASS is a plain variable, it is not tied. There is no performance loss for using CLASS over __PACKAGE__ except the loading of the module. ok simon@
19 lines
310 B
Makefile
19 lines
310 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/08/29 13:22:15 jasper Exp $
|
|
|
|
COMMENT= alias for __PACKAGE__
|
|
|
|
DISTNAME= CLASS-1.00
|
|
CATEGORIES= devel
|
|
|
|
MODULES= cpan
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CPAN_AUTHOR= MSCHWERN
|
|
|
|
.include <bsd.port.mk>
|