mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
28 lines
650 B
Makefile
28 lines
650 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= SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION}
|
|
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>
|