61 lines
2.1 KiB
Makefile
61 lines
2.1 KiB
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= Test2-Harness
|
|
PORTVERSION= 1.000073
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:EXODIST
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Test2 Harness designed for the Test2 event system
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Data-UUID>=0:devel/p5-Data-UUID \
|
|
p5-Importer>=0.025:devel/p5-Importer \
|
|
p5-Long-Jump>=0.000001:devel/p5-Long-Jump \
|
|
p5-Scope-Guard>=0:devel/p5-Scope-Guard \
|
|
p5-Term-Table>=0.015:devel/p5-Term-Table \
|
|
p5-Test2-Plugin-MemUsage>=0.002002:devel/p5-Test2-Plugin-MemUsage \
|
|
p5-Test2-Plugin-UUID>=0.002001:devel/p5-Test2-Plugin-UUID \
|
|
p5-Test2-Suite>=0.000127:devel/p5-Test2-Suite \
|
|
p5-goto-file>=0.005:devel/p5-goto-file
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
OPTIONS_DEFINE= RECOMMENDED
|
|
OPTIONS_DEFAULT=RECOMMENDED
|
|
RECOMMENDED_DESC= Recommended dependencies by upstream
|
|
|
|
RECOMMENDED_BUILD_DEPENDS= p5-Cpanel-JSON-XS>=0:converters/p5-Cpanel-JSON-XS \
|
|
p5-Email-Stuffer>=0.016:mail/p5-Email-Stuffer \
|
|
p5-HTTP-Tiny-Multipart>=0.08:www/p5-HTTP-Tiny-Multipart \
|
|
p5-IO-Pager>=1.00:devel/p5-IO-Pager \
|
|
p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \
|
|
p5-Test2-Plugin-Cover>=0.000025:devel/p5-Test2-Plugin-Cover \
|
|
p5-Test2-Plugin-DBIProfile>=0.002002:devel/p5-Test2-Plugin-DBIProfile \
|
|
p5-Test2-Plugin-IOEvents>=0.001001:devel/p5-Test2-Plugin-IOEvents
|
|
RECOMMENDED_RUN_DEPENDS=p5-Cpanel-JSON-XS>=0:converters/p5-Cpanel-JSON-XS \
|
|
p5-Email-Stuffer>=0.016:mail/p5-Email-Stuffer \
|
|
p5-HTTP-Tiny-Multipart>=0.08:www/p5-HTTP-Tiny-Multipart \
|
|
p5-IO-Pager>=1.00:devel/p5-IO-Pager \
|
|
p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \
|
|
p5-Test2-Plugin-Cover>=0.000025:devel/p5-Test2-Plugin-Cover \
|
|
p5-Test2-Plugin-DBIProfile>=0.002002:devel/p5-Test2-Plugin-DBIProfile \
|
|
p5-Test2-Plugin-IOEvents>=0.001001:devel/p5-Test2-Plugin-IOEvents
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 503200
|
|
BUILD_DEPENDS+= p5-Test-Simple>=1.302170:devel/p5-Test-Simple
|
|
RUN_DEPENDS+= p5-Test-Simple>=1.302170:devel/p5-Test-Simple
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|