Initial import of devel/p5-Algorithm-CheckDigits version 1.1.1
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System submitted by Edgar Fuß ------------------------------------- This module provides several procedures to compute or validate check digits.
This commit is contained in:
parent
d2a66e872e
commit
c2d31436d4
3 changed files with 26 additions and 0 deletions
2
devel/p5-Algorithm-CheckDigits/DESCR
Normal file
2
devel/p5-Algorithm-CheckDigits/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
This module provides several procedures to compute or validate check
|
||||
digits.
|
19
devel/p5-Algorithm-CheckDigits/Makefile
Normal file
19
devel/p5-Algorithm-CheckDigits/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/05/17 10:41:18 dmcmahill Exp $
|
||||
|
||||
DISTNAME= Algorithm-CheckDigits-v1.1.1
|
||||
PKGNAME= p5-${DISTNAME:S/-v/-/}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MA/MAMAWE/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Algorithm-CheckDigits
|
||||
COMMENT= Perl extension to generate and test check digits
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/Algorithm/CheckDigits/.packlist
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
devel/p5-Algorithm-CheckDigits/distinfo
Normal file
5
devel/p5-Algorithm-CheckDigits/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/05/17 10:41:18 dmcmahill Exp $
|
||||
|
||||
SHA1 (Algorithm-CheckDigits-v1.1.1.tar.gz) = b68f497c722a51102611dc45c7404c9f64ccded7
|
||||
RMD160 (Algorithm-CheckDigits-v1.1.1.tar.gz) = c4dace3e4c2daa66f7fac633e4fbcc06f0fc1fd5
|
||||
Size (Algorithm-CheckDigits-v1.1.1.tar.gz) = 48166 bytes
|
Loading…
Reference in a new issue