freebsd-ports/devel/p5-Class-Inspector/Makefile
Sergey Skvortsov 651709e3d5 Update to 1.07
2005-01-27 10:11:50 +00:00

22 lines
448 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.07
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Class
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Provides information about classes
PERL_CONFIGURE= yes
MAN3= Class::Inspector.3
.include <bsd.port.mk>