pkgsrc-wip/p5-Text-SimpleTable/Makefile
Sergey Svishchev 7b4709677e Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES
2006-10-29 08:32:37 +00:00

16 lines
489 B
Makefile

# $NetBSD: Makefile,v 1.3 2006/10/29 08:32:52 shattered Exp $
DISTNAME= Text-SimpleTable-0.03
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/S/SR/SRI/}
MAINTAINER= kuli0020@umn.edu
HOMEPAGE= http://search.cpan.org/dist/Text-SimpleTable/
COMMENT= Simple Eyecandy ASCII Tables
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/Text/SimpleTable/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"