mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
25 lines
514 B
Makefile
25 lines
514 B
Makefile
# Created by: lth@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Test-Script
|
|
PORTVERSION= 1.18
|
|
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
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= p5-IPC-Run3>=0.034:devel/p5-IPC-Run3 \
|
|
p5-Probe-Perl>=0.01:sysutils/p5-Probe-Perl
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|