forked from Lainports/freebsd-ports
per port extra changes: devel/p5-Perl-Version remove outage PERL_LEVEL check devel/p5-Devel-LeakTrace-Fast remove perl version requiment 5.12.0- (no need in current version) Approved by: lth@ (maintainer)
27 lines
661 B
Makefile
27 lines
661 B
Makefile
# New ports collection makefile for: devel/p5-Test-ClassAPI
|
|
# Date created: 24 March 2005
|
|
# Whom: Lars Thegler <lth@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Test-ClassAPI
|
|
PORTVERSION= 1.06
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lth@FreeBSD.org
|
|
COMMENT= Provides basic first-pass API testing for large class trees
|
|
|
|
RUN_DEPENDS= p5-Class-Inspector>=1.12:${PORTSDIR}/devel/p5-Class-Inspector \
|
|
p5-Config-Tiny>=2.00:${PORTSDIR}/devel/p5-Config-Tiny \
|
|
p5-Params-Util>=1.00:${PORTSDIR}/devel/p5-Params-Util
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Test::ClassAPI.3
|
|
|
|
.include <bsd.port.mk>
|