forked from Lainports/freebsd-ports
- Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/Term-Shell/Changes Feature safe: yes
20 lines
343 B
Makefile
20 lines
343 B
Makefile
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Term-Shell
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Write command-line shells in Perl
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Term::Shell.3
|
|
|
|
.include <bsd.port.mk>
|