# New ports collection makefile for:	p5-Pod-Xhtml
# Date created:		2006-07-13
# Whom:			Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD: ports/textproc/p5-Pod-Xhtml/Makefile,v 1.1 2006/07/13 01:51:48 rafan Exp $
#

PORTNAME=	Pod-Xhtml
PORTVERSION=	1.52
CATEGORIES=	textproc perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Pod
PKGNAMEPREFIX=	p5-

MAINTAINER=	gslin@gslin.org
COMMENT=	Generate well-formed XHTML documents from POD format documentation

BUILD_DEPENDS=	${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-Pod-Parser
RUN_DEPENDS=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN1=		pod2xhtml.1
MAN3=		Pod::Xhtml.3

.include <bsd.port.mk>
