summaryrefslogtreecommitdiff
path: root/cad/py-MyHDL/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2003-06-05 18:50:54 +0000
committerdrochner <drochner>2003-06-05 18:50:54 +0000
commit241a8134404e57dc5ea7ddce80e95bd027ae47a4 (patch)
tree8ec2cc33e54efd8d5bc7ef0e689ac0c11227c763 /cad/py-MyHDL/Makefile
parent06d9917b57c43ae64c5329b70e0e6e663d87e883 (diff)
downloadpkgsrc-241a8134404e57dc5ea7ddce80e95bd027ae47a4.tar.gz
a library which uses Python as a hardware description language, using
the new generator constructs (like pysim, at a first glance)
Diffstat (limited to 'cad/py-MyHDL/Makefile')
-rw-r--r--cad/py-MyHDL/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/cad/py-MyHDL/Makefile b/cad/py-MyHDL/Makefile
new file mode 100644
index 00000000000..e9e5c0738bc
--- /dev/null
+++ b/cad/py-MyHDL/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/06/05 18:50:54 drochner Exp $
+#
+
+DISTNAME= myhdl-0.2
+PKGNAME= ${PYPKGPREFIX}-MyHDL-0.2
+CATEGORIES= cad
+MASTER_SITES= http://jandecaluwe.com/Tools/MyHDL/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://jandecaluwe.com/Tools/MyHDL/Overview.html
+COMMENT= Hardware description in Python
+
+USE_BUILDLINK2= YES
+PYDISTUTILSPKG= yes
+PYTHON_VERSIONS_ACCEPTED= 22 22pth
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"