14 lines
226 B
Makefile
14 lines
226 B
Makefile
|
COMMENT = report the search path for a class's ISA tree
|
||
|
|
||
|
MODULES = cpan
|
||
|
PKG_ARCH = *
|
||
|
DISTNAME = Class-ISA-0.36
|
||
|
REVISION = 1
|
||
|
CPAN_AUTHOR = SMUELLER
|
||
|
CATEGORIES = devel
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|