opnsense-ports/devel/p5-Test-Script/Makefile
Franco Fichtner 692eab69c2 devel/p5-Test-Script: sync with upstream
Taken from: FreeBSD
2016-10-17 06:54:00 +02:00

23 lines
467 B
Makefile

# Created by: lth@FreeBSD.org
# $FreeBSD$
PORTNAME= Test-Script
PORTVERSION= 1.14
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Test::Script - Cross-platform basic tests for scripts
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= p5-IPC-Run3>=0.034:devel/p5-IPC-Run3 \
p5-Probe-Perl>=0.01:sysutils/p5-Probe-Perl
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>