3abe5214d2
Define LICENSE Create the plist automatically
19 lines
373 B
Makefile
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>
|