f8b7fb606c
Approved by: portmgr (blanket infrastructure)
21 lines
542 B
Makefile
21 lines
542 B
Makefile
# Created by: 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
|
|
|
|
.include <bsd.port.mk>
|