1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/devel/py-cog/Makefile
Martin Wilke 35a8069323 - Update to 2.2
PR:		155527
Submitted by:	Maintainer
2011-04-12 03:59:57 +00:00

25 lines
557 B
Makefile

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