mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
5c711d524c
PR: ports/115305 Submitted by: garga
40 lines
769 B
Makefile
40 lines
769 B
Makefile
# New ports collection makefile for: perlsh
|
|
# Date created: 11 Dec 1999
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= psh
|
|
PORTVERSION= 1.8.1
|
|
CATEGORIES= shells perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= ../../authors/id/G/GR/GREGOR
|
|
|
|
MAINTAINER= garga@FreeBSD.org
|
|
COMMENT= New shell made entirely out of a Perl script
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
SUB_FILES= pkg-install pkg-deinstall
|
|
|
|
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>
|