2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
2006-07-13 03:51:48 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Pod-Xhtml
|
2010-08-18 07:41:20 +02:00
|
|
|
PORTVERSION= 1.61
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
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
|
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
BUILD_DEPENDS= p5-URI>=0:net/p5-URI
|
2012-01-08 06:49:48 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2016-04-01 16:25:16 +02:00
|
|
|
TEST_DEPENDS= p5-Test-Assertions>0:devel/p5-Test-Assertions
|
2010-08-18 07:41:20 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2006-07-13 03:51:48 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|