1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/lang/py-clojure/Makefile
Rui Paulo 76842920af Add a new port py-clojure.
A implementation of Clojure in pure (dynamic) Python.

Reviewed by:	bapt
Approved by:	bapt
2014-05-11 17:12:11 +00:00

21 lines
377 B
Makefile

# $FreeBSD$
PORTNAME= clojure
PORTVERSION= 0.2.4
CATEGORIES= lang python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}_py-${PORTVERSION}
DIST_SUBDIR= python
MAINTAINER= rpaulo@FreeBSD.org
COMMENT= Implementation of Clojure in Python
LICENSE= EPL
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>