5eae4a6a64
Approved by: portmgr (blanket)
15 lines
306 B
Makefile
15 lines
306 B
Makefile
PORTNAME= babi_grammars
|
|
PORTVERSION= 0.0.31
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= Grammars for the babi text editor
|
|
|
|
USES= python:3.7+
|
|
USE_PYTHON= autoplist distutils flavors
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|