3a88363b7b
- Convert to autoplist - Bump PORTREV
22 lines
447 B
Makefile
22 lines
447 B
Makefile
# Created by: Alex Pesternikov <apesternikov@page2rss.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cog
|
|
PORTVERSION= 2.3
|
|
PORTREVISION= 1
|
|
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
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|