1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/textproc/p5-Pod-Xhtml/Makefile
Rong-En Fan 7519952217 Add p5-Pod-Xhtml 1.52, generate well-formed XHTML documents from POD
format documentation.

PR:		ports/100174
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-13 01:51:48 +00:00

27 lines
581 B
Makefile

# New ports collection makefile for: p5-Pod-Xhtml
# Date created: 2006-07-13
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
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>