1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/cad/fasm/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

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>