1028d1ffcf
Changelog: http://search.cpan.org/src/CKAISER/Term-ReadLine-TTYtter-1.2/CHANGES PR: ports/152482 Submitted by: Dereckson <dereckson@gmail.com>
23 lines
496 B
Makefile
23 lines
496 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.2
|
|
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
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
LICENSE= ART20
|
|
|
|
.include <bsd.port.mk>
|