1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/devel/p5-Term-UI/Makefile
Frederic Culot 6e2cc02990 - Update to 0.42
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/Term-UI/CHANGES
2014-01-11 08:14:08 +00:00

20 lines
325 B
Makefile

# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$
PORTNAME= Term-UI
PORTVERSION= 0.42
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Term::ReadLine UI made easy
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>