aboutsummaryrefslogtreecommitdiffstats
path: root/lang/cdent/Makefile
blob: 2bdfeb90b0d21c89ff5ce24f93c2b4900133ff99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    cdent
# Date created:     2010-04-25
# Whom:         Li-Wen Hsu <lwhsu@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   cdent
PORTVERSION=    0.5.7
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

.include <bsd.port.mk>