2011-10-15 18:07:18 +02:00
|
|
|
# $NetBSD: Makefile,v 1.2 2011/10/15 16:07:18 jgoamakf Exp $
|
2009-09-10 07:01:50 +02:00
|
|
|
#
|
|
|
|
|
2011-10-15 18:07:18 +02:00
|
|
|
DISTNAME= Pod-Xhtml-1.61
|
2009-09-10 07:01:50 +02:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
|
|
|
|
|
|
|
|
MAINTAINER= ficovh@yahoo.com
|
2011-10-15 18:07:18 +02:00
|
|
|
HOMEPAGE= http://search.cpan.org/dist/Pod-Xhtml/
|
2009-09-10 07:01:50 +02:00
|
|
|
COMMENT= Generate well-formed XHTML documents from POD format documentation
|
2011-10-15 18:07:18 +02:00
|
|
|
LICENSE= gnu-gpl-v2
|
2009-09-10 07:01:50 +02:00
|
|
|
|
|
|
|
DEPENDS+= p5-Pod-Parser>=0:../../textproc/p5-Pod-Parser
|
|
|
|
DEPENDS+= p5-Test-Assertions>=1.054:../../devel/p5-Test-Assertions
|
|
|
|
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
|
|
|
PERL5_PACKLIST= auto/Pod/Xhtml/.packlist
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|