aboutsummaryrefslogtreecommitdiff
path: root/french/py-grammalecte/Makefile
blob: ef0b96826443ffb8b6f78e009896b4494aa46a9c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=	grammalecte
PORTVERSION=	1.5.0
CATEGORIES=	french python
MASTER_SITES=	http://www.dicollecte.org/grammalecte/zip/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	Grammalecte-fr-v${PORTVERSION}

MAINTAINER=	romain@FreeBSD.org
COMMENT=	French grammar and typographic corrector

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

USES=		python:3.4+ zip
USE_PYTHON=	autoplist distutils

WRKSRC=		${WRKDIR}

.include <bsd.port.mk>