pkgsrc-wip/p5-Text-Trim/Makefile
Aleksej Saushev 4fcaf1cf40 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-04 19:11:57 +00:00

21 lines
557 B
Makefile

# $NetBSD: Makefile,v 1.3 2012/10/04 19:12:00 asau Exp $
#
DISTNAME= Text-Trim-1.02
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= tonnerre@bsdprojects.net
HOMEPAGE= http://search.cpan.org/dist/Text-Trim/
COMMENT= Extract the structure of a quoted mail message
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/Text/Trim/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"