2426162927
Import ports/devel/p5-Class-ISA. This is currently present in core perl, but triggers a warning "Class::ISA will be removed from the Perl core distribution in the next major release. Please install it from CPAN. It is being used at [...]". ok jasper@
18 lines
365 B
Makefile
18 lines
365 B
Makefile
# $OpenBSD: Makefile,v 1.3 2010/11/17 22:45:40 sthen Exp $
|
|
|
|
COMMENT = report the search path for a class's ISA tree
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Class-ISA-0.36
|
|
CPAN_AUTHOR = SMUELLER
|
|
CATEGORIES = devel
|
|
USE_GROFF = Yes
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
.include <bsd.port.mk>
|