2013-11-27 01:04:00 +01:00
|
|
|
# Created by: Matthew Seaman <matthew@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Plack-Middleware-Test-StashWarnings
|
2014-05-17 13:22:43 +02:00
|
|
|
PORTVERSION= 0.08
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2013-11-27 01:04:00 +01:00
|
|
|
CATEGORIES= www perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= matthew@FreeBSD.org
|
|
|
|
COMMENT= Test your application's warnings
|
|
|
|
|
|
|
|
BUILD_DEPENDS= p5-Plack>0:${PORTSDIR}/www/p5-Plack
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
|
2013-12-08 23:38:52 +01:00
|
|
|
NO_ARCH= yes
|
|
|
|
|
2013-11-27 01:04:00 +01:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
|
|
|
|
|
|
|
regression-test: build
|
|
|
|
@cd ${WRKSRC} && ${MAKE} test
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|