16 lines
266 B
Makefile
16 lines
266 B
Makefile
COMMENT= get information about a class and its structure
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = Class-Inspector-1.36
|
|
CATEGORIES= devel
|
|
REVISION = 0
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
# Hidden test dependency
|
|
TEST_DEPENDS= devel/p5-Devel-Hide
|
|
|
|
.include <bsd.port.mk>
|