freebsd-ports/devel/p5-Term-Shell/Makefile
Frederic Culot 69051cd772 - Update to 0.03
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/Term-Shell/Changes
Feature safe:	yes
2012-10-16 08:42:09 +00:00

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>