mirror of https://git.FreeBSD.org/ports.git
22 lines
470 B
Makefile
22 lines
470 B
Makefile
PORTNAME= Shell-GetEnv
|
|
PORTVERSION= 0.10
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Extract shell environment after executing commands
|
|
WWW= https://metacpan.org/release/Shell-GetEnv
|
|
|
|
LICENSE= GPLv3+
|
|
|
|
TEST_DEPENDS= p5-Env-Path>=0:devel/p5-Env-Path \
|
|
p5-Test-TempDir-Tiny>=0:devel/p5-Test-TempDir-Tiny \
|
|
p5-Time-Out>=0:devel/p5-Time-Out
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|