1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/textproc/p5-Spreadsheet-ReadSXC/Makefile
Steve Wills b0e84f0bc2 Use my new address
Approved By:	pgollucci (mentor)
2010-09-05 04:50:35 +00:00

28 lines
766 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= swills@FreeBSD.org
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>