2963fb0119
Submitted by: az Approved by: eadler (mentor)
25 lines
583 B
Makefile
25 lines
583 B
Makefile
# New ports collection makefile for: Shell::Base
|
|
# Date created: Sat Jan 31 10:41:28 EST 2004
|
|
# Whom: Christopher Nehren <apeiron@comcast.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Shell-Base
|
|
PORTVERSION= 0.05
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Perl module implementing a simple command shell
|
|
|
|
BUILD_DEPENDS= p5-Term-Size>=0:${PORTSDIR}/devel/p5-Term-Size \
|
|
p5-Text-Shellwords>=0:${PORTSDIR}/textproc/p5-Text-Shellwords
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Shell::Base.3
|
|
|
|
.include <bsd.port.mk>
|