17 lines
314 B
Makefile
17 lines
314 B
Makefile
# $OpenBSD: Makefile,v 1.17 2020/02/05 10:43:30 benoit Exp $
|
|
|
|
COMMENT= get information about a class and its structure
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = Class-Inspector-1.36
|
|
CATEGORIES= devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
# Hidden test dependency
|
|
TEST_DEPENDS= devel/p5-Devel-Hide
|
|
|
|
.include <bsd.port.mk>
|