21 lines
674 B
Makefile
21 lines
674 B
Makefile
# $NetBSD: Makefile,v 1.3 2017/06/05 14:24:52 ryoon Exp $
|
|
|
|
DISTNAME= Text-SimpleTable-AutoWidth-0.09
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 2
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~cub/Text-SimpleTable-AutoWidth/
|
|
COMMENT= Simple Eyecandy ASCII Tables with auto-width selection
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Text-SimpleTable-[0-9]*:../../textproc/p5-Text-SimpleTable
|
|
DEPENDS+= p5-Moo-[0-9]*:../../devel/p5-Moo
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Text/SimpleTable/AutoWidth/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|