4382d8ee09
Approved by: portmgr (blanket)
21 lines
422 B
Makefile
21 lines
422 B
Makefile
# Created by: Alex Pesternikov <apesternikov@page2rss.com>
|
|
|
|
PORTNAME= cog
|
|
PORTVERSION= 3.1.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ${PORTNAME}app-${PORTVERSION}
|
|
|
|
MAINTAINER= apesternikov@page2rss.com
|
|
COMMENT= Code Generator for any language
|
|
|
|
LICENSE= MIT
|
|
|
|
# Python3 ready
|
|
USES= python:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|