freebsd-ports/textproc/p5-Pod-HtmlEasy/Makefile
Sunpoet Po-Chuan Hsieh 992071da79 - Fix *_DEPENDS: version 0.82+ is already in all supported Perl releases
- Add LICENSE [1]
- Bump PORTREVISION for dependency change

Approved by:	portmgr (blanket) [1]
With hat:	perl
2015-03-21 19:55:45 +00:00

28 lines
754 B
Makefile

# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= Pod-HtmlEasy
PORTVERSION= 1.0108
PORTREVISION= 2
CATEGORIES= textproc devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= wen@FreeBSD.org
COMMENT= Generate personalized HTML from PODs
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= 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
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5 tar:tgz
USE_PERL5= configure
.include <bsd.port.mk>