pkgsrc/textproc/p5-Text-Balanced/Makefile
sno cbd0a9ba24 Updating package for p5 module Text::Balanced from 2.0.0 to 2.02
pkgsrc changes:
  - Adding license information
  - Adjusting dependencies (remove all) according to META.yml

Upstream changes:
2.02   Thu 20 Jul 2009
	- Fixed the mixed "Damian Conway <adamk@cpan.org>" AUTHOR setting.
	  For the record, I am NOT the author, I'm just the maintainer.
	  Unfortunately, Makefile.PL does not have a MAINTAINER setting and
	  this way all the emails about this module come to me.

2.01   Tue 28 Jul 2009
	- Taken over by Adam Kennedy to move it to a long-term maintenance mode
	- Removing use warnings to restore 5.005 compatibility
	- Removing Module::Build for higher back-compatibility
	- Removing version.pm for higher back-compatibility
	- use Exporter -> use Exporter () to avoid some pathalogical cases
	- Upgraded the bundled author tests to be friendlier
	- Changes order now a more normal reverse chronological
2009-08-09 14:06:05 +00:00

22 lines
594 B
Makefile

# $NetBSD: Makefile,v 1.20 2009/08/09 14:06:05 sno Exp $
#
DISTNAME= Text-Balanced-2.02
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tba
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Text-Balanced/
COMMENT= Extract delimited text sequences from strings
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Text/Balanced/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"