summaryrefslogtreecommitdiff
path: root/devel/py-cog/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-cog/Makefile')
-rw-r--r--devel/py-cog/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/devel/py-cog/Makefile b/devel/py-cog/Makefile
deleted file mode 100644
index 13c6ea616ab8..000000000000
--- a/devel/py-cog/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-PORTNAME= cog
-PORTVERSION= 3.1.0
-PORTREVISION= 1
-CATEGORIES= devel python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= ${PORTNAME}app-${PORTVERSION}
-
-MAINTAINER= apesternikov@page2rss.com
-COMMENT= Code Generator for any language
-WWW= https://www.nedbatchelder.com/code/cog/index.html
-
-LICENSE= MIT
-
-# Python3 ready
-USES= python
-USE_PYTHON= distutils autoplist
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>