16 lines
286 B
Makefile
16 lines
286 B
Makefile
# $OpenBSD: Makefile,v 1.9 2020/07/03 21:44:42 sthen Exp $
|
|
|
|
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>
|