aboutsummaryrefslogtreecommitdiff
path: root/french/py-grammalecte-fr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'french/py-grammalecte-fr/Makefile')
-rw-r--r--french/py-grammalecte-fr/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/french/py-grammalecte-fr/Makefile b/french/py-grammalecte-fr/Makefile
new file mode 100644
index 000000000000..46f8158f1e92
--- /dev/null
+++ b/french/py-grammalecte-fr/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= grammalecte-fr
+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>