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