freebsd-ports/devel/p5-Class-Inspector/Makefile
Yen-Ming Lee f7f94dce80 - use CPAN macro
- ignore the dependency in core perl list
- bump PORTREVISION

PR:		121198
Submitted by:	leeym
Approved by:	maintainer timeout
2008-03-20 00:33:10 +00:00

22 lines
418 B
Makefile

# New ports collection makefile for: Class-Inspector
# Date created: 10 December 2002
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Class-Inspector
PORTVERSION= 1.17
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Provides information about classes
PERL_CONFIGURE= yes
MAN3= Class::Inspector.3
.include <bsd.port.mk>