freebsd-ports/textproc/p5-Spreadsheet-ReadSXC/Makefile
Martin Wilke 6dbd346527 - readded under textproc
Extract OpenOffice 1.x spreadsheet data

WWW:	http://search.cpan.org/dist/Spreadsheet-ReadSXC/

Submitted by:	Steve Wills <steve at mouf.net>
2010-04-02 16:25:32 +00:00

27 lines
762 B
Makefile

# New ports collection makefile for: p5-Spreadsheet-ReadSXC
# Date created: 2010-03-08
# Whom: Steve Wills <steve@mouf.net>
#
# $FreeBSD$
#
PORTNAME= Spreadsheet-ReadSXC
PORTVERSION= 0.20
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/T/TE/TERHECHTE
PKGNAMEPREFIX= p5-
MAINTAINER= steve@mouf.net
COMMENT= Extract OpenOffice 1.x spreadsheet data
BUILD_DEPENDS= ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \
${SITE_PERL}/mach/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
RUN_DEPENDS= ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \
${SITE_PERL}/mach/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
PERL_CONFIGURE= yes
MAN3= Spreadsheet::ReadSXC.3
.include <bsd.port.mk>