mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
25 lines
580 B
Makefile
25 lines
580 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
|
|
|
|
MAN3= Test::ClassAPI.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|