aboutsummaryrefslogtreecommitdiff
path: root/devel/py-cog/Makefile
blob: faa81ec24508bf6e9e8e9948423d4b8f433322c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	cog
PORTVERSION=	3.1.0
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:3.6+
USE_PYTHON=	distutils autoplist

NO_ARCH=	yes

.include <bsd.port.mk>