pkgsrc/misc/p5-Array-PrintCols/Makefile
2016-06-08 19:22:13 +00:00

17 lines
505 B
Makefile

# $NetBSD: Makefile,v 1.36 2016/06/08 19:24:05 wiz Exp $
DISTNAME= Array-PrintCols-2.6
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
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"