freebsd-ports/textproc/p5-Pod-Xhtml/Makefile
Andrej Zverev c0e921628d Update to 1.61
Changes: http://search.cpan.org/dist/Pod-Xhtml/Changes

based on PR: ports/149146
2010-08-18 05:41:20 +00:00

24 lines
505 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.61
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Generate well-formed XHTML documents from POD format documentation
RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI
PERL_CONFIGURE= yes
MAN1= pod2xhtml.1
MAN3= Pod::Hyperlink::BounceURL.3 Pod::Xhtml.3
.include <bsd.port.mk>