mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
eae0352b5c
- Add LICENSE_FILE - Add NO_ARCH - Update WWW Approved by: portmgr blanket
22 lines
413 B
Makefile
22 lines
413 B
Makefile
# $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_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 <bsd.port.mk>
|