Index: lang/Makefile =================================================================== --- lang/Makefile (revision 353379) +++ lang/Makefile (working copy) @@ -249,6 +249,7 @@ SUBDIR += polyml SUBDIR += ptoc SUBDIR += pure + SUBDIR += py-clojure SUBDIR += py-mx-base SUBDIR += py-prolog SUBDIR += pypy Index: lang/py-clojure/Makefile =================================================================== --- lang/py-clojure/Makefile (revision 0) +++ lang/py-clojure/Makefile (working copy) @@ -0,0 +1,20 @@ +# $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 Property changes on: lang/py-clojure/Makefile ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: lang/py-clojure/distinfo =================================================================== --- lang/py-clojure/distinfo (revision 0) +++ lang/py-clojure/distinfo (working copy) @@ -0,0 +1,2 @@ +SHA256 (python/clojure_py-0.2.4.tar.gz) = 688943c6e9fce571b81c5d0f4c09dd5d7ef4444e49d93b2e9a9e1bd4fa773abd +SIZE (python/clojure_py-0.2.4.tar.gz) = 100732 Property changes on: lang/py-clojure/distinfo ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: lang/py-clojure/pkg-descr =================================================================== --- lang/py-clojure/pkg-descr (revision 0) +++ lang/py-clojure/pkg-descr (working copy) @@ -0,0 +1,3 @@ +A implementation of Clojure in pure (dynamic) Python. + +WWW: https://github.com/halgari/clojure-py Property changes on: lang/py-clojure/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property