02a54c6a2d
- Fix LICENSE (Artistic 1 & GPL 1 instead of Artistic 2) Changes: http://search.cpan.org/dist/Term-ReadLine-TTYtter/CHANGES PR: ports/164936 [1] Submitted by: Dereckson <dereckson@gmail.com> (maintainer)
24 lines
522 B
Makefile
24 lines
522 B
Makefile
# New ports collection makefile for: p5-ReadLine-TTYtter
|
|
# Date created: 12 October 2010
|
|
# Whom: Sébastien Santoro <dereckson@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ReadLine-TTYtter
|
|
PORTVERSION= 1.3
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= Term
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= Term-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= dereckson@gmail.com
|
|
COMMENT= Perl5 module for Term::ReadLine allowing rich editing
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|