aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-OpenOffice-OODoc/Makefile
blob: 6b6aa2c9715acf6a32e9c99893d08a3f2f5328d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Created by: meyser@xenet.de
# $FreeBSD$

PORTNAME=	OpenOffice-OODoc
PORTVERSION=	2.124
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	meyser@xenet.de
COMMENT=	The Perl Open OpenDocument Connector

RUN_DEPENDS=	p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \
		p5-XML-Twig>=0:${PORTSDIR}/textproc/p5-XML-Twig

USES=		perl5
USE_PERL5=	configure
CONFIGURE_ARGS+=	--noprompt

MAN1=		odf2pod.1 odf_set_fields.1 odf_set_title.1 odfbuild.1 \
		odfextract.1 odffilesearch.1 odffindbasic.1 odfhighlight.1 \
		odfmetadoc.1 odfsearch.1 oodoc_test.1 text2odf.1 text2table.1
MAN3=		OpenOffice::OODoc.3 OpenOffice::OODoc::Document.3 \
		OpenOffice::OODoc::File.3 OpenOffice::OODoc::Image.3 \
		OpenOffice::OODoc::Intro.3 OpenOffice::OODoc::Manifest.3 \
		OpenOffice::OODoc::Meta.3 OpenOffice::OODoc::Styles.3 \
		OpenOffice::OODoc::Text.3 OpenOffice::OODoc::XPath.3

NO_STAGE=	yes
.include <bsd.port.mk>