mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
ea2e446e68
Feature safe: yes
22 lines
434 B
Makefile
22 lines
434 B
Makefile
# 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>
|