17 lines
505 B
Makefile
17 lines
505 B
Makefile
# $NetBSD: Makefile,v 1.40 2019/08/11 13:21:56 wiz Exp $
|
|
|
|
DISTNAME= Array-PrintCols-2.6
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 6
|
|
CATEGORIES= misc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Array/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/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"
|