pkgsrc/textproc/p5-Text-Quoted/Makefile
mef 5e671d7195 update to 2.09
--------------
(No ChangeLog info, it only describes to 2.08)
2015-05-10 02:33:03 +00:00

21 lines
607 B
Makefile

# $NetBSD: Makefile,v 1.22 2015/05/10 02:33:03 mef Exp $
#
DISTNAME= Text-Quoted-2.09
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Text-Quoted/
COMMENT= Extract the structure of a quoted mail message
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Text-Autoformat>=1.04:../../textproc/p5-Text-Autoformat
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Text/Quoted/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"