mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
9f86f5c17c
(part 3). Approved by: portmgr (itetcu)
24 lines
474 B
Makefile
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>
|