freebsd-ports/textproc/py-xlwriter/Makefile
Alexander Botero-Lowry 4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00

28 lines
662 B
Makefile

# New ports collection makefile for: py-xlwriter
# Date created: 12 May 2005
# Whom: Choe, Cheng-Dae
#
# $FreeBSD$
#
PORTNAME= xlwriter
PORTVERSION= 0.4a3
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pyxlwriter
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pyXLWriter-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A python library for generating Excel-compatible spreadsheets
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USE_ZIP= yes
PYDISTUTILS_PKGNAME= pyXLWriter
post-install:
${MKDIR} ${EXAMPLESDIR}
${FIND} ${WRKSRC}/examples -type f -exec ${INSTALL_DATA} {} ${EXAMPLESDIR} \;
.include <bsd.port.mk>