mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
73fd17b8b1
embedded in them, executes the Python code, and inserts its output back into the original file. The file can contain whatever text you like around the Python code. It will usually be source code. Author: Ned Batchelder WWW: http://www.nedbatchelder.com/code/cog/index.html PR: ports/111046 Submitted by: Alex Pesternikov <apesternikov at page2rss.com>
21 lines
455 B
Makefile
21 lines
455 B
Makefile
# New ports collection makefile for: cog
|
|
# Date created: 30 March 2007
|
|
# Whom: Alex Pesternikov <apesternikov@page2rss.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cog
|
|
PORTVERSION= 2.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://www.nedbatchelder.com/code/cog/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= apesternikov@page2rss.com
|
|
COMMENT= Code Generator for any language
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|