freebsd-ports/textproc/p5-Spreadsheet-ReadSXC/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

23 lines
563 B
Makefile

# Created by: Steve Wills <steve@mouf.net>
# $FreeBSD$
PORTNAME= Spreadsheet-ReadSXC
PORTVERSION= 0.20
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:TERHECHTE
PKGNAMEPREFIX= p5-
MAINTAINER= swills@FreeBSD.org
COMMENT= Extract OpenOffice 1.x spreadsheet data
BUILD_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \
p5-XML-Parser>=0:textproc/p5-XML-Parser
RUN_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \
p5-XML-Parser>=0:textproc/p5-XML-Parser
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>