aboutsummaryrefslogtreecommitdiffstats
path: root/shells/perlsh/Makefile
blob: aa9b46da987e0d8baab2312f728b39bed18a61ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:    perlsh
# Date created:     11 Dec 1999
# Whom:         Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#

PORTNAME=   perlsh
PORTVERSION=    1.8
CATEGORIES= shells perl5
MASTER_SITES=   http://www.gregorpurdy.com/gregor/psh/
DISTNAME=   psh-${PORTVERSION}

MAINTAINER= freebsd@galle.com.br
COMMENT=    New shell made entirely out of a Perl script

PERL_CONFIGURE= yes

MAN1=   psh.1 pshcomplete.1 pshconfig.1 pshdevel.1

MAN3=   Psh::Completion.3 \
    Psh::Joblist.3 \
    Psh::Locale.3 \
    Psh::Locale::Default.3 \
    Psh::OS.3 \
    Psh::OS::Win.3 \
    Psh::Parser.3 \
    Psh::PerlEval.3 \
    Psh::Strategy.3 \
    Psh::StrategyBunch.3

post-install:
    @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL

.include <bsd.port.mk>