pkgsrc-wip/p5-Text-CHM/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

17 lines
512 B
Makefile

# $NetBSD: Makefile,v 1.3 2012/10/04 19:11:59 asau Exp $
DISTNAME= Text-CHM-0.01
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= lkundrak@skosi.org
HOMEPAGE= http://search.cpan.org/dist/Text-CHM/
COMMENT= Module that implements a support for handling CHM files
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Text/CHM/.packlist
.include "../../devel/chmlib/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"