18 lines
377 B
Makefile
18 lines
377 B
Makefile
# $OpenBSD: Makefile,v 1.2 2006/11/25 16:32:34 espie 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>
|