pkgsrc/textproc/p5-Text-Quoted/Makefile
wiz 5ec5b5a95b Update to 2.02:
2.02 Wed Feb 20 2007
    - fix a missing test in MANIFEST

2.01 Wed Feb 20 2007
    - fix a problem with $VERSION
2007-02-25 23:45:46 +00:00

21 lines
579 B
Makefile

# $NetBSD: Makefile,v 1.8 2007/02/25 23:45:46 wiz Exp $
#
DISTNAME= Text-Quoted-2.02
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= dieter.NetBSD@pandora.be
HOMEPAGE= http://search.cpan.org/dist/Text-Quoted/
COMMENT= Extract the structure of a quoted mail message
DEPENDS+= p5-Text-Autoformat>=1.04:../../textproc/p5-Text-Autoformat
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Text/Quoted/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"