1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/textproc/pear-Spreadsheet_Excel_Writer/Makefile
Sunpoet Po-Chuan Hsieh 3dd0641706 - Update to 0.9.3
- Add LICENSE
- Pass maintainership to submitter

Changes:	http://pear.php.net/package/Spreadsheet_Excel_Writer/download/
PR:		ports/183831
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2013-11-10 19:48:12 +00:00

23 lines
585 B
Makefile

# Created by: Pav Lucistnik <pav@FreeBSD.org>
# $FreeBSD$
PORTNAME= Spreadsheet_Excel_Writer
PORTVERSION= 0.9.3
CATEGORIES= textproc www pear
MAINTAINER= 5u623l20@gmail.com
COMMENT= PEAR class for writing Microsoft Excel files
LICENSE= LGPL3
BUILD_DEPENDS= ${PEARDIR}/OLE.php:${PORTSDIR}/devel/pear-OLE \
${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/OLE.php:${PORTSDIR}/devel/pear-OLE \
${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>