mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
cf118ccf87
Reported by: lwhsu
23 lines
446 B
Makefile
23 lines
446 B
Makefile
PORTNAME= fasm
|
|
PORTVERSION= g20190920
|
|
CATEGORIES= cad python
|
|
PKGNAMESUFFIX= -fpga
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= FPGA assembly (FASM) parser and generator
|
|
|
|
LICENSE= ISCL
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}textX>0:lang/py-textX@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= SymbiFlow
|
|
GH_TAGNAME= b8db365
|
|
USE_PYTHON= distutils concurrent noflavors autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|