ports/cad/python-gdsii/Makefile
2016-11-10 19:38:43 +00:00

19 lines
355 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
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>