freebsd-ports/devel/p5-Class-Inspector/Makefile
Sergey Skvortsov e5f69305d9 Update to 1.16 (distfile catch-up only)
PR:		ports/97634
Submitted by:	Christopher Boumenot <boumenot xx gmail.com>
2006-05-24 07:03:23 +00:00

26 lines
627 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.16
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Class
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Provides information about classes
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Class::Inspector.3
.include <bsd.port.mk>