16 lines
296 B
Makefile
16 lines
296 B
Makefile
# $OpenBSD: Makefile,v 1.5 2013/03/11 10:50:14 espie 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
|
|
USE_GROFF = Yes
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
.include <bsd.port.mk>
|