Index: head/cad/python-gdsii/Makefile =================================================================== --- head/cad/python-gdsii/Makefile (revision 491697) +++ head/cad/python-gdsii/Makefile (revision 491698) @@ -1,19 +1,21 @@ # $FreeBSD$ PORTNAME= python-gdsii PORTVERSION= 0.2.1 CATEGORIES= cad python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= hrs@FreeBSD.org COMMENT= GDSII manipulation library -LICENSE= LGPL3 +LICENSE= LGPL3+ +LICENSE_FILE= ${WRKSRC}/LGPL-3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes .include Index: head/cad/python-gdsii/pkg-descr =================================================================== --- head/cad/python-gdsii/pkg-descr (revision 491697) +++ head/cad/python-gdsii/pkg-descr (revision 491698) @@ -1,5 +1,5 @@ python-gdsii is a library that can be used to read, create, modify and save GDSII files. It supports both low-level record I/O and high level interface to GDSII libraries (databases), structures, and elements. -WWW: http://pythonhosted.org/python-gdsii/ +WWW: https://pythonhosted.org/python-gdsii/