8dd7cad550
Approved by: portmgr (blanket infrastructure)
29 lines
803 B
Makefile
29 lines
803 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Test-Declare
|
|
PORTVERSION= 0.06
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension for declarative testing
|
|
|
|
RUN_DEPENDS= \
|
|
p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \
|
|
p5-PPI>0:${PORTSDIR}/textproc/p5-PPI \
|
|
p5-Test-Deep>0:${PORTSDIR}/devel/p5-Test-Deep \
|
|
p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception
|
|
BUILD_DEPENDS= \
|
|
p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \
|
|
p5-PPI>0:${PORTSDIR}/textproc/p5-PPI \
|
|
p5-Test-Deep>0:${PORTSDIR}/devel/p5-Test-Deep \
|
|
p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception
|
|
|
|
TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn \
|
|
p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|