freebsd-ports/lang/py-clojure/Makefile
Marcus von Appen 734b63302e - Convert ports of irc/ and lang/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-20 17:52:16 +00:00

19 lines
360 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
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>