Pullup ticket #2676 - requested by hira
[pkgsrc.git] / textproc / p5-Text-Quoted / Makefile
1 # $NetBSD: Makefile,v 1.10 2008/06/12 02:14:49 joerg Exp $
2 #
3
4 DISTNAME=       Text-Quoted-2.05
5 PKGNAME=        p5-${DISTNAME}
6 PKGREVISION=    1
7 CATEGORIES=     textproc perl5
8 MASTER_SITES=   ${MASTER_SITE_PERL_CPAN:=Text/}
9
10 MAINTAINER=     dieter.NetBSD@pandora.be
11 HOMEPAGE=       http://search.cpan.org/dist/Text-Quoted/
12 COMMENT=        Extract the structure of a quoted mail message
13
14 DEPENDS+=       p5-Text-Autoformat>=1.04:../../textproc/p5-Text-Autoformat
15
16 PKG_INSTALLATION_TYPES= overwrite pkgviews
17 PKG_DESTDIR_SUPPORT=    user-destdir
18
19 USE_LANGUAGES=  # empty
20 PERL5_PACKLIST= auto/Text/Quoted/.packlist
21
22 .include "../../lang/perl5/module.mk"
23 .include "../../mk/bsd.pkg.mk"