17 lines
312 B
Makefile
17 lines
312 B
Makefile
# $OpenBSD: Makefile,v 1.16 2019/07/12 20:44:47 sthen Exp $
|
|
|
|
COMMENT= get information about a class and its structure
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= Class-Inspector-1.34
|
|
CATEGORIES= devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
# Hidden test dependency
|
|
TEST_DEPENDS= devel/p5-Devel-Hide
|
|
|
|
.include <bsd.port.mk>
|