- Updating package for p5 module ANSIColor from 2.00 to 2.01 - Adding licese (perl license as named in META.yml) - Adding destdir support Upstream changes: 2009-07-04 Russ Allbery <rra@stanford.edu> * ANSIColor.pm: Version 2.01 released. * t/basic.t: Test error handling in color, colored, and uncolor. * ANSIColor.pm (uncolor): When reporting errors for bad escape sequences, don't include the leading \e[ or trailing m in the error message. * ANSIColor.pm: Add section headings to the DESCRIPTION section of the module since it's getting rather long. (colorstrip): New function to remove ANSI color codes from strings. Thanks, Paul Miller. * t/basic.t: New tests for colorstrip. * ANSIColor.pm (AUTOLOAD): Untaint $AUTOLOAD, required by Perl 5.10 when running in taint mode. Thanks, Tim Bellinghausen. * t/basic.t: Two new tests for AUTOLOAD error handling. Enable warnings and taint mode.
20 lines
526 B
Makefile
20 lines
526 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/07/07 15:58:31 sno Exp $
|
|
|
|
DISTNAME= ANSIColor-2.01
|
|
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"
|
|
|