mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
35a8069323
PR: 155527 Submitted by: Maintainer
25 lines
557 B
Makefile
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>
|