2010-01-23 02:33:52 +01:00
|
|
|
# New ports collection makefile for: p5-Pod-HtmlEasy
|
|
|
|
# Date created: 21 Jan, 201
|
|
|
|
# Whom: Wen Heping <wen@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Pod-HtmlEasy
|
2010-12-03 08:18:58 +01:00
|
|
|
PORTVERSION= 1.0108
|
2010-01-23 02:33:52 +01:00
|
|
|
CATEGORIES= textproc devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
2010-12-03 08:18:58 +01:00
|
|
|
EXTRACT_SUFX= .tgz
|
2010-01-23 02:33:52 +01:00
|
|
|
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
|
|
COMMENT= Generate personalized HTML from PODs
|
|
|
|
|
|
|
|
BUILD_DEPENDS= p5-version>=0.72:${PORTSDIR}/devel/p5-version \
|
|
|
|
p5-File-Slurp>=9999.13:${PORTSDIR}/devel/p5-File-Slurp \
|
|
|
|
p5-IPC-Run>=0.8:${PORTSDIR}/devel/p5-IPC-Run \
|
|
|
|
p5-Exporter-Easy>=0:${PORTSDIR}/devel/p5-Exporter-Easy \
|
|
|
|
p5-Readonly>=1.03:${PORTSDIR}/devel/p5-Readonly \
|
|
|
|
p5-Regexp-Common>=2.12:${PORTSDIR}/textproc/p5-Regexp-Common \
|
|
|
|
p5-Pod-Escapes>=0:${PORTSDIR}/textproc/p5-Pod-Escapes
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2010-01-23 02:33:52 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= pod2indexed_html.pl.1
|
|
|
|
MAN3= Pod::HtmlEasy.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|