freebsd-ports/lang/py-clojure_py/Makefile
2018-01-26 12:41:45 +00:00

19 lines
339 B
Makefile

# $FreeBSD$
PORTNAME= clojure_py
PORTVERSION= 0.2.4
CATEGORIES= lang python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= python
MAINTAINER= ports@FreeBSD.org
COMMENT= Implementation of Clojure in Python
LICENSE= EPL
USES= python:2.7
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>