freebsd-ports/textproc/p5-DocSet/Makefile
Chris Rees 2c3a73295f Bump PORTREVISIONS, because of users installing with ports+pkgng
Submitted by:	miwi
Feature safe:	yes
2013-04-17 16:02:36 +00:00

44 lines
955 B
Makefile

# $FreeBSD$
PORTNAME= DocSet
PORTVERSION= 0.19
PORTREVISION= 1
CATEGORIES= textproc www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:STAS
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Documentation projects builder in HTML, PS, and PDF formats
BUILD_DEPENDS= p5-Pod-POM>=0:${PORTSDIR}/textproc/p5-Pod-POM \
p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit
MAKE_JOBS_SAFE= yes
MAN1= docset_build.1
MAN3= DocSet.3 \
DocSet::5005compat.3 \
DocSet::Cache.3 \
DocSet::Config.3 \
DocSet::Doc.3 \
DocSet::Doc::Common.3 \
DocSet::Doc::HTML2HTML.3 \
DocSet::Doc::HTML2HTMLPS.3 \
DocSet::Doc::POD2HTML.3 \
DocSet::Doc::POD2HTMLPS.3 \
DocSet::Doc::Text2HTML.3 \
DocSet::DocSet.3 \
DocSet::DocSet::HTML.3 \
DocSet::NavigateCache.3 \
DocSet::RunTime.3 \
DocSet::Source::HTML.3 \
DocSet::Source::POD.3 \
DocSet::Source::Text.3 \
DocSet::DocSet::PSPDF.3 \
DocSet::Util.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>