24 lines
482 B
Makefile
24 lines
482 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2006/05/11 11:20:11 msf Exp $
|
||
|
|
||
|
COMMENT= "get information about a class and its structure"
|
||
|
|
||
|
DISTNAME= Class-Inspector-1.16
|
||
|
PKGNAME= p5-${DISTNAME}
|
||
|
CATEGORIES= devel perl5
|
||
|
|
||
|
MAINTAINER= Sean Comeau <scomeau@obscurity.org>
|
||
|
|
||
|
# Artistic
|
||
|
PERMIT_PACKAGE_CDROM= Yes
|
||
|
PERMIT_PACKAGE_FTP= Yes
|
||
|
PERMIT_DISTFILES_CDROM= Yes
|
||
|
PERMIT_DISTFILES_FTP= Yes
|
||
|
|
||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
||
|
|
||
|
CONFIGURE_STYLE= perl
|
||
|
|
||
|
PKG_ARCH= *
|
||
|
|
||
|
.include <bsd.port.mk>
|