15 lines
279 B
Makefile
15 lines
279 B
Makefile
# $OpenBSD: Makefile,v 1.6 2013/10/11 23:48:35 naddy Exp $
|
|
|
|
COMMENT = report the search path for a class's ISA tree
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Class-ISA-0.36
|
|
REVISION = 0
|
|
CPAN_AUTHOR = SMUELLER
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
.include <bsd.port.mk>
|