freebsd-ports/textproc/p5-ODF-lpOD/Makefile
Wen Heping b3d21674ab ODF::lpOD is an Open Document management interface. It allows the users to
create or transform office documents, or to extract data from them. It can
handle documents which comply with the Open Document Format international
standard (ODF). It may handle text documents (ODT), spreadsheet documents(ODS),
as well as presentation(ODP) or drawing documents (ODG).

WWW: http://search.cpan.org/dist/ODF-lpOD/
2011-03-11 08:44:52 +00:00

33 lines
760 B
Makefile

# New ports collection makefile for: p5-ODF-lpOD
# Date created: March 11, 2011
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= ODF-lpOD
PORTVERSION= 1.110
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JMGDOC
PKGNAMEPREFIX= p5-
MAINTAINER= wen@FreeBSD.org
COMMENT= An OpenDocument management interface
RUN_DEPENDS= p5-Archive-Zip>=1.30:${PORTSDIR}/archivers/p5-Archive-Zip \
p5-XML-Twig>=3.34:${PORTSDIR}/textproc/p5-XML-Twig
PERL_CONFIGURE= yes
MAN3= ODF::lpOD.3 \
ODF::lpOD::Common.3 \
ODF::lpOD::Document.3 \
ODF::lpOD::Element.3 \
ODF::lpOD::StructuredContainer.3 \
ODF::lpOD::Style.3 \
ODF::lpOD::Table.3 \
ODF::lpOD::TextElement.3 \
ODF::lpOD::Tutorial.3
.include <bsd.port.mk>