2019-06-30 22:14:13 +02:00
|
|
|
# $NetBSD: Makefile,v 1.28 2019/06/30 20:17:02 nia Exp $
|
2004-04-30 01:57:28 +02:00
|
|
|
#
|
|
|
|
|
2018-08-01 09:05:29 +02:00
|
|
|
DISTNAME= Text-Quoted-2.10
|
2004-04-30 01:57:28 +02:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2018-08-22 11:43:40 +02:00
|
|
|
PKGREVISION= 1
|
2004-04-30 01:57:28 +02:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
|
|
|
2009-03-24 14:35:47 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2019-06-30 22:14:13 +02:00
|
|
|
HOMEPAGE= https://metacpan.org/release/Text-Quoted
|
2004-04-30 01:57:28 +02:00
|
|
|
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"
|