blob: 68b8b5f33c182f098972cf80e1ef83dec4e92f98 (
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
|
# New ports collection makefile for: shells/p5-Term-ShellUI
# Date created: 25 January 2007
# Whom: Sergey Matveychuk <sem@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Term-ShellUI
PORTVERSION= 0.85
CATEGORIES= shells perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Term/BRONSON
PKGNAMEPREFIX= p5-
MAINTAINER= sem@FreeBSD.org
COMMENT= Term::ShellUI - A fully-featured shell-like command line environment
PERL_CONFIGURE= yes
MAN3= Term::ShellUI.3 \
Text::Shellwords::Cursor.3
.include <bsd.port.mk>
|