2006-07-13 03:51:48 +02:00
|
|
|
# New ports collection makefile for: p5-Pod-Xhtml
|
|
|
|
# Date created: 2006-07-13
|
|
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Pod-Xhtml
|
2010-08-18 07:41:20 +02:00
|
|
|
PORTVERSION= 1.61
|
2006-07-13 03:51:48 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2007-10-04 04:45:53 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-07-13 03:51:48 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2007-06-08 02:57:15 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-07-13 03:51:48 +02:00
|
|
|
COMMENT= Generate well-formed XHTML documents from POD format documentation
|
|
|
|
|
2012-01-08 06:49:48 +01:00
|
|
|
BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
TEST_DEPENDS= p5-Test-Assertions>0:${PORTSDIR}/devel/p5-Test-Assertions
|
2010-08-18 07:41:20 +02:00
|
|
|
|
2006-07-13 03:51:48 +02:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= pod2xhtml.1
|
2007-06-08 02:57:15 +02:00
|
|
|
MAN3= Pod::Hyperlink::BounceURL.3 Pod::Xhtml.3
|
2006-07-13 03:51:48 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|