mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 19:20:36 -04:00
17 lines
357 B
Makefile
17 lines
357 B
Makefile
# Created by: antoine@FreeBSD.org
|
|
|
|
PORTNAME= codegen
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
COMMENT= Extension to ast that allows ast to python code generation
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|