1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/devel/py-cog/Makefile
Frederic Culot 957de89522 - Update to 2.3 [1]
- Mark it Python3 ready

Changes:	http://nedbatchelder.com/code/cog/changes.html
PR:		ports/168367 [1]
Submitted by:	koobs <koobs.freebsd@gmail.com>
Approved by:	maintainer timeout (>14 days)
2012-06-11 11:30:24 +00:00

26 lines
573 B
Makefile

# New ports collection makefile for: cog
# Date created: 30 March 2007
# Whom: Alex Pesternikov <apesternikov@page2rss.com>
#
# $FreeBSD$
#
PORTNAME= cog
PORTVERSION= 2.3
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_EGGINFO= ${PORTNAME}app-${PORTVERSION}-py${PYTHON_VER}.egg-info
.include <bsd.port.mk>