20 lines
372 B
Makefile
20 lines
372 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= ports@FreeBSD.org
|
|
COMMENT= Implementation of Clojure in Python
|
|
|
|
LICENSE= EPL
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|