mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
76842920af
A implementation of Clojure in pure (dynamic) Python. Reviewed by: bapt Approved by: bapt
21 lines
377 B
Makefile
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>
|