2013-09-20 21:53:09 +02:00
|
|
|
# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
|
2010-04-25 06:57:38 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= cdent
|
2010-07-03 07:50:22 +02:00
|
|
|
PORTVERSION= 0.5.7
|
2010-04-25 06:57:38 +02:00
|
|
|
CATEGORIES= lang
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
|
|
|
|
MAINTAINER= lwhsu@FreeBSD.org
|
|
|
|
COMMENT= A Portable Module Programming Language
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/yaml/__init__.py:${PORTSDIR}/devel/py-yaml
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
|
2013-09-20 21:53:09 +02:00
|
|
|
NO_STAGE= yes
|
2010-04-25 06:57:38 +02:00
|
|
|
.include <bsd.port.mk>
|