14 lines
259 B
Makefile
14 lines
259 B
Makefile
# $OpenBSD: Makefile,v 1.13 2017/05/06 15:19:28 benoit Exp $
|
|
|
|
COMMENT= get information about a class and its structure
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = Class-Inspector-1.31
|
|
CATEGORIES= devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
.include <bsd.port.mk>
|