68fcd0b290
Upstream changes: 2010-01-24 Russ Allbery <rra@stanford.edu> * ANSIColor.pm: Version 3.00 released. * t/basic.t: Add some basic tests for bright color support. * ANSIColor.pm: Reorganize the documentation and be clearer about the function interface parameters. Reword the explanation of bright and regular colors, and provide some advice about which to use. 2010-01-24 Jakob Ilves <illvilja@gmail.com> * ANSIColor.pm: Add bright versions of the basic eight foreground and background colors using the 9x and 10x codes, supported by emulators with 16 color support.
19 lines
525 B
Makefile
19 lines
525 B
Makefile
# $NetBSD: Makefile,v 1.6 2010/02/15 16:33:43 sno Exp $
|
|
|
|
DISTNAME= ANSIColor-3.00
|
|
PKGNAME= p5-Term-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Term-ANSIColor/
|
|
COMMENT= Perl termcap interface
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/Term/ANSIColor/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|