1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/textproc/p5-DocSet/Makefile
Carlo Strub 344b32ccd9 - Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
  A/An, etc.)
2012-08-02 09:02:43 +00:00

49 lines
1.0 KiB
Makefile

# New ports collection makefile for: p5-DocSet
# Date created: 2009 January 14
# Whom: pgollucci@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= DocSet
PORTVERSION= 0.19
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>