pkgsrc-wip/p5-Text-Quoted/Makefile
dieter roelants 85df5a380a - bl3
- depend on dependency
- empty USE_LANGUAGES
2004-03-27 18:53:30 +00:00

21 lines
579 B
Makefile

# $NetBSD: Makefile,v 1.2 2004/03/27 18:53:30 roelants Exp $
#
DISTNAME= Text-Quoted-1.5
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= dieter.NetBSD@pandora.be
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_BUILDLINK3= yes
USE_LANGUAGES= # empty
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/Quoted/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"