1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/textproc/py-spylls/Makefile
2021-01-22 12:42:55 +00:00

20 lines
327 B
Makefile

# $FreeBSD$
PORTNAME= spylls
DISTVERSION= 0.1.2
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Hunspell ported to pure Python
LICENSE= MIT
USES= python:3.7+
USE_PYTHON= autoplist distutils concurrent
NO_ARCH= yes
.include <bsd.port.mk>