aboutsummaryrefslogtreecommitdiff
path: root/shells/psh/Makefile
blob: 0b5e3ffa7cfc3652ace42ab5c5f3ef29d4a1a0a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Will Andrews <andrews@technologist.com>
# $FreeBSD$

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

RUN_DEPENDS=	${SITE_PERL}/Term/ReadLine/Perl.pm:devel/p5-Term-ReadLine-Perl

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>