forked from Lainports/freebsd-ports
19 lines
327 B
Makefile
19 lines
327 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= spylls
|
|
DISTVERSION= 0.1.4
|
|
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>
|