2013-05-31 14:39:57 +02:00
|
|
|
# $NetBSD: Makefile,v 1.8 2013/05/31 12:40:02 wiz Exp $
|
2011-05-17 12:41:18 +02:00
|
|
|
|
Update p5-Algorithm-CheckDigits to 1.2.1.
Changes from previous:
----------------------
1.2.1 Sun Mar 3 22:51:45 CET 2013
- changed list items in POD from 0, 1, ... to S<0>, S<1>, ...
according to a thread on the perl5 porters list
(www.nntp.perl.org/group/perl.perl5.porters/2013/02/msg199355.html)
David Wheeler: "Lists must start with 1. When it saw the 0, it
assumed it was a definition list, so the numbers after that
don't look right."
1.2.0 Fr 8. Jun 11:19:25 CEST 2012
- reworked Algorithm::CheckDigits::MXX_001.pm, added ABA routing
numbers
1.1.2 Fr 8. Jun 09:22:35 CEST 2012
- added '=encoding iso-8859-1' to M11_004.pm, M11_006.pm,
MBase_002.pm, MXX_003.pm, MXX_006.pm. This should prevent
failures in the processing of the POD that contain non-ASCII
characters.
- corrected search and replacement lists in M10_011.pm
2013-04-04 03:13:42 +02:00
|
|
|
DISTNAME= Algorithm-CheckDigits-v1.2.1
|
2011-05-17 12:41:18 +02:00
|
|
|
PKGNAME= p5-${DISTNAME:S/-v/-/}
|
2013-05-31 14:39:57 +02:00
|
|
|
PKGREVISION= 1
|
2011-05-17 12:41:18 +02:00
|
|
|
CATEGORIES= devel perl5
|
2011-05-19 06:26:15 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/}
|
2011-05-17 12:41:18 +02:00
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2011-05-19 06:59:31 +02:00
|
|
|
HOMEPAGE= http://search.cpan.org/dist/Algorithm-CheckDigits/
|
2011-05-17 12:41:18 +02:00
|
|
|
COMMENT= Perl extension to generate and test check digits
|
|
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
|
Update p5-Algorithm-CheckDigits to 1.2.1.
Changes from previous:
----------------------
1.2.1 Sun Mar 3 22:51:45 CET 2013
- changed list items in POD from 0, 1, ... to S<0>, S<1>, ...
according to a thread on the perl5 porters list
(www.nntp.perl.org/group/perl.perl5.porters/2013/02/msg199355.html)
David Wheeler: "Lists must start with 1. When it saw the 0, it
assumed it was a definition list, so the numbers after that
don't look right."
1.2.0 Fr 8. Jun 11:19:25 CEST 2012
- reworked Algorithm::CheckDigits::MXX_001.pm, added ABA routing
numbers
1.1.2 Fr 8. Jun 09:22:35 CEST 2012
- added '=encoding iso-8859-1' to M11_004.pm, M11_006.pm,
MBase_002.pm, MXX_003.pm, MXX_006.pm. This should prevent
failures in the processing of the POD that contain non-ASCII
characters.
- corrected search and replacement lists in M10_011.pm
2013-04-04 03:13:42 +02:00
|
|
|
BUILD_DEPENDS+= p5-Probe-Perl-[0-9]*:../../devel/p5-Probe-Perl
|
|
|
|
|
2011-05-17 12:41:18 +02:00
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
PERL5_PACKLIST= auto/Algorithm/CheckDigits/.packlist
|
|
|
|
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|