summaryrefslogtreecommitdiff
path: root/devel/py-termstyle/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-termstyle/Makefile')
-rw-r--r--devel/py-termstyle/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/py-termstyle/Makefile b/devel/py-termstyle/Makefile
new file mode 100644
index 000000000000..f30d4214488e
--- /dev/null
+++ b/devel/py-termstyle/Makefile
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME= termstyle
+PORTVERSION= 0.1.10
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= python-${PORTNAME}-${PORTVERSION}
+
+MAINTAINER= wg@FreeBSD.org
+COMMENT= Dirt-simple terminal-colour library for python
+
+LICENSE= BSD3CLAUSE
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+.include <bsd.port.mk>