opnsense-ports/shells/psh/Makefile
2022-09-07 22:33:21 +02:00

17 lines
385 B
Makefile

PORTNAME= psh
PORTVERSION= 1.8.1
PORTREVISION= 4
CATEGORIES= shells perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:GREGOR
MAINTAINER= garga@FreeBSD.org
COMMENT= New shell made entirely out of a Perl script
WWW= https://metacpan.org/release/psh
RUN_DEPENDS= ${SITE_PERL}/Term/ReadLine/Perl.pm:devel/p5-Term-ReadLine-Perl
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>