freebsd-ports/textproc/py-xlwriter/Makefile

24 lines
586 B
Makefile

# Created by: 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
NO_STAGE= yes
post-install:
${MKDIR} ${EXAMPLESDIR}
${FIND} ${WRKSRC}/examples -type f -exec ${INSTALL_DATA} {} ${EXAMPLESDIR} \;
.include <bsd.port.mk>