mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
21b88e8852
PR: ports/131263 Submitted by: lwhsu Approved by: Alexey Pesternikov <paster@page2rss.com> (maintainer)
21 lines
451 B
Makefile
21 lines
451 B
Makefile
# New ports collection makefile for: cog
|
|
# Date created: 30 March 2007
|
|
# Whom: Alex Pesternikov <apesternikov@page2rss.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cog
|
|
PORTVERSION= 2.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://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>
|