c1b44346cd
until proven otherwise.
19 lines
541 B
Makefile
19 lines
541 B
Makefile
# $NetBSD: Makefile,v 1.20 2014/05/09 07:36:55 wiz Exp $
|
|
|
|
DISTNAME= myhdl-0.7
|
|
PKGNAME= ${PYPKGPREFIX}-MyHDL-0.7
|
|
PKGREVISION= 1
|
|
CATEGORIES= cad python
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=myhdl/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://jandecaluwe.com/Tools/MyHDL/Overview.html
|
|
COMMENT= Hardware description in Python
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.7
|
|
|
|
do-test:
|
|
cd ${WRKSRC}/myhdl/test/core && ${PYTHONBIN} test_all.py
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|