freebsd-ports/shells/psh/Makefile
Cheng-Lung Sung cab771a7f9 - Change the way used to add/remove the shell on /etc/shells,
use pkg-install and pkg-deinstall (both stoled from shells/bash)
  to do it.
- Remove pre-install section, it's not more needed on this version,
  because Makefile is created correctly changing Makefile.PL

PR:		80583
Submitted by:	Renato Botelho (maintainer)
2005-05-04 05:47:17 +00:00

36 lines
721 B
Makefile

# 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>