diff options
Diffstat (limited to '')
-rw-r--r-- | textproc/py-pyexcel-xls/Makefile | 1 | ||||
-rw-r--r-- | textproc/py-pyexcel-xlsx/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/textproc/py-pyexcel-xls/Makefile b/textproc/py-pyexcel-xls/Makefile index f6a367b44f71..2ea4d601b84c 100644 --- a/textproc/py-pyexcel-xls/Makefile +++ b/textproc/py-pyexcel-xls/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Read, manipulate and write data in xls format +WWW= https://github.com/pyexcel/pyexcel-xls LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/textproc/py-pyexcel-xlsx/Makefile b/textproc/py-pyexcel-xlsx/Makefile index 45fbeac46ea5..9071497a1f2f 100644 --- a/textproc/py-pyexcel-xlsx/Makefile +++ b/textproc/py-pyexcel-xlsx/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Read, manipulate and write data in xlsx and xlsm format +WWW= https://github.com/pyexcel/pyexcel-xlsx LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE |