pkgsrc/textproc/p5-Text-Quoted/Makefile
sno 89da85c6fd Updating textproc/p5-Text-Quoted from 2.05nb1 to 2.06
pkgsrc changes:
- Add license definition
- Update module type

Upstream changes:
2.06 Mon Mar 15 2010
    - make extracting more effective
    - line with only '=' characters is not treated as quoter
      anymore, but separator
    - mark separating lines with "separator => 1" hash entry
    - don't return "empty => ''" hash key
    - update tests
2010-03-16 09:06:46 +00:00

25 lines
701 B
Makefile

# $NetBSD: Makefile,v 1.13 2010/03/16 09:06:46 sno Exp $
#
DISTNAME= Text-Quoted-2.06
PKGNAME= p5-${DISTNAME}
#PKGREVISION= 1
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
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
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"