freebsd-ports/textproc/py-xlwt/Makefile
Steven Kreuzer 3abe5214d2 Add STAGINGDIR support
Define LICENSE
Create the plist automatically
2014-01-14 20:44:10 +00:00

19 lines
373 B
Makefile

# Created by: Dikshie
# $FreeBSD$
PORTNAME= xlwt
PORTVERSION= 0.7.5
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dikshie@sfc.wide.ad.jp
COMMENT= Writing data and formatting information from Excel files
LICENSE= BSD4CLAUSE
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>