freebsd-ports/devel/p5-Test-Assertions/Makefile
Andrej Zverev fa282cba22 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 12:43:03 +00:00

20 lines
442 B
Makefile

# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$
PORTNAME= Test-Assertions
PORTVERSION= 1.054
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Test
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Simple set of building blocks for both unit and runtime testing
RUN_DEPENDS= p5-Log-Trace>0:${PORTSDIR}/devel/p5-Log-Trace
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>