2000-01-03 20:33:18 +01:00
|
|
|
# New ports collection makefile for: perlsh
|
|
|
|
# Date created: 11 Dec 1999
|
|
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 20:34:06 +02:00
|
|
|
PORTNAME= perlsh
|
2005-04-18 18:08:18 +02:00
|
|
|
PORTVERSION= 1.8
|
2000-02-29 03:27:02 +01:00
|
|
|
CATEGORIES= shells perl5
|
2005-07-11 19:25:16 +02:00
|
|
|
MASTER_SITES= http://www.cpan.org/authors/id/G/GR/GREGOR/
|
2000-04-09 20:34:06 +02:00
|
|
|
DISTNAME= psh-${PORTVERSION}
|
2000-01-03 20:33:18 +01:00
|
|
|
|
2005-07-11 18:47:16 +02:00
|
|
|
MAINTAINER= garga@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= New shell made entirely out of a Perl script
|
2000-01-03 20:33:18 +01:00
|
|
|
|
2001-02-26 05:04:33 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2000-01-03 20:33:18 +01:00
|
|
|
|
2005-04-18 18:08:18 +02:00
|
|
|
MAN1= psh.1 pshcomplete.1 pshconfig.1 pshdevel.1
|
|
|
|
|
|
|
|
MAN3= Psh::Completion.3 \
|
2001-02-26 05:04:33 +01:00
|
|
|
Psh::Joblist.3 \
|
2005-04-18 18:08:18 +02:00
|
|
|
Psh::Locale.3 \
|
2001-02-26 05:04:33 +01:00
|
|
|
Psh::Locale::Default.3 \
|
|
|
|
Psh::OS.3 \
|
|
|
|
Psh::OS::Win.3 \
|
|
|
|
Psh::Parser.3 \
|
|
|
|
Psh::PerlEval.3 \
|
2005-04-18 18:08:18 +02:00
|
|
|
Psh::Strategy.3 \
|
|
|
|
Psh::StrategyBunch.3
|
2000-01-03 20:33:18 +01:00
|
|
|
|
2001-12-24 11:37:45 +01:00
|
|
|
post-install:
|
2005-05-04 07:47:17 +02:00
|
|
|
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
2000-01-03 20:33:18 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|