1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/textproc/p5-Pod-Xhtml/Makefile
Jun Kuriyama 9f86f5c17c - Remove unneeded dependencies which is in perl-5.8.9 dist
(part 3).

Approved by:	portmgr (itetcu)
2010-01-23 07:28:11 +00:00

24 lines
474 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.59
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Generate well-formed XHTML documents from POD format documentation
PERL_CONFIGURE= yes
MAN1= pod2xhtml.1
MAN3= Pod::Hyperlink::BounceURL.3 Pod::Xhtml.3
.include <bsd.port.mk>