abb81767f1
PR: ports/51832
26 lines
594 B
Makefile
26 lines
594 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.0
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Class
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.0//}
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
|
COMMENT= Provides information about classes
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Class/ISA.pm:${PORTSDIR}/devel/p5-Class-ISA
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Class::Inspector.3
|
|
|
|
.include <bsd.port.mk>
|