pkgsrc-wip/p5-Text-CHM/Makefile
2011-10-18 10:55:19 +00:00

19 lines
551 B
Makefile

# $NetBSD: Makefile,v 1.2 2011/10/18 10:55:19 jgoamakf 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}
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Text/CHM/.packlist
.include "../../devel/chmlib/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"