Files
ports/devel/py-cog/Makefile
T
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

22 lines
434 B
Makefile

# Created by: Alex Pesternikov <apesternikov@page2rss.com>
# $FreeBSD$
PORTNAME= cog
PORTVERSION= 2.3
PORTREVISION= 2
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
.include <bsd.port.mk>