2002-12-10 11:02:12 +01:00
|
|
|
# New ports collection makefile for: Class-Inspector
|
|
|
|
# Date created: 10 December 2002
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Class-Inspector
|
2007-09-27 21:27:47 +02:00
|
|
|
PORTVERSION= 1.17
|
2008-03-20 01:33:10 +01:00
|
|
|
PORTREVISION= 1
|
2002-12-10 11:02:12 +01:00
|
|
|
CATEGORIES= devel perl5
|
2008-03-20 01:33:10 +01:00
|
|
|
MASTER_SITES= CPAN
|
2002-12-10 11:02:12 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Provides information about classes
|
2002-12-10 11:02:12 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Class::Inspector.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|