pkgsrc/devel/p5-Term-ReadLine-TTYtter/Makefile
obache 68bb9356e4 Import p5-Term-ReadLine-TTYtter-1.4 as devel/p5-Term-ReadLine-TTYtter.
Based on PR pkg/47446 by Dennis Lindroos.

Term::ReadLine::TTYtter is a modified version of T::RL::Perl with
several new nonstandard features specific to TTYtter, but may be useful for
other applications.

It also allows UTF-8 characters to be entered without crashing, and adds a
counter so you can see how many characters you've entered (which is a big
deal for Twitter and other microblogging platforms).

For information about TTYtter, a Twitter-client written in Perl, visit
http://www.floodgap.com/software/ttytter.
2013-04-15 13:09:54 +00:00

19 lines
569 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/04/15 13:09:54 obache Exp $
DISTNAME= Term-ReadLine-TTYtter-1.4
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Term-ReadLine-TTYtter/
COMMENT= Perl 5 module providing minimal interface to Readline libraries
LICENSE= ${PERL5_LICENSE}
CONFLICTS= p5-Term-ReadLine-Perl-[0-9]*
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Term/ReadLine/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"