aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-smartypants/Makefile
blob: 5848ff0c215e335d44a13899f04a4e683386c617 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	smartypants
DISTVERSIONPREFIX=	v
DISTVERSION=	2.0.1
CATEGORIES=	textproc
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	nc@FreeBSD.org
COMMENT=	Translate plain ASCII punctuation into smart typographic HTML

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		python:3.7+
USE_GITHUB=	yes
GH_ACCOUNT=	leohemsted
GH_PROJECT=	${PORTNAME}.py
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>