26 lines
581 B
Makefile
26 lines
581 B
Makefile
# Created by: Lars Thegler <lth@FreeBSD.org>
|
|
|
|
PORTNAME= Test-ClassAPI
|
|
PORTVERSION= 1.07
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Provides basic first-pass API testing for large class trees
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Class-Inspector>=1.12:devel/p5-Class-Inspector \
|
|
p5-Config-Tiny>=2.00:devel/p5-Config-Tiny \
|
|
p5-Params-Util>=1.00:devel/p5-Params-Util
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|