freebsd-ports/textproc/p5-OpenOffice-OODoc/Makefile
Frederic Culot ea136d98dc - Update to 2.125 [1]
- Support staging
- Add LICENSE (LGPL 2.1)
- Enforce dependencies' minimum required version
- Remove leading article from COMMENT

Changes:	http://search.cpan.org/dist/OpenOffice-OODoc/Changes
PR:		ports/185804 [1]
Submitted by:	Matthias Meyser <Meyser@xenet.de> (maintainer)
2014-01-18 08:09:08 +00:00

22 lines
456 B
Makefile

# Created by: meyser@xenet.de
# $FreeBSD$
PORTNAME= OpenOffice-OODoc
PORTVERSION= 2.125
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= meyser@xenet.de
COMMENT= Perl Open OpenDocument Connector
LICENSE= LGPL21
RUN_DEPENDS= p5-Archive-Zip>=1.18:${PORTSDIR}/archivers/p5-Archive-Zip \
p5-XML-Twig>=3.32:${PORTSDIR}/textproc/p5-XML-Twig
USES= perl5
USE_PERL5= configure
CONFIGURE_ARGS+= --noprompt
.include <bsd.port.mk>