Changes from previous: ---------------------- 2.6 2014-03-01 - Updated test.pl to not use overly long http: urls, since they skew the columns and reduce the meaningfulness of tests. Correspondingly, regenerated all the tests. - Merged in Neil Bower's changes. 2.5 2013-06-06 - Added github repo to pod - Added github repo to metadata in Build.PL - Added an abstract to the pod - Added this file
17 lines
516 B
Makefile
17 lines
516 B
Makefile
# $NetBSD: Makefile,v 1.32 2014/05/21 06:28:52 hiramatsu Exp $
|
|
|
|
DISTNAME= Array-PrintCols-2.6
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5arp
|
|
CATEGORIES= misc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Array/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Array-PrintCols/
|
|
COMMENT= Perl5 module to print arrays of elements in sorted columns
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
PERL5_PACKLIST= auto/Array/PrintCols/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|