18 lines
377 B
Makefile
18 lines
377 B
Makefile
# $OpenBSD: Makefile,v 1.3 2007/09/16 02:53:03 merdely Exp $
|
|
|
|
COMMENT= get information about a class and its structure
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Class-Inspector-1.16
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Sean Comeau <scomeau@obscurity.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|