mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 15:40:32 -04:00
19 lines
355 B
Makefile
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>
|