mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Add clojure-contrib: extensions and enhancements to the standard
Clojure libraries.
This commit is contained in:
parent
00aa1776d4
commit
186c878e82
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256451
@ -31,6 +31,7 @@
|
||||
SUBDIR += clips
|
||||
SUBDIR += clisp
|
||||
SUBDIR += clojure
|
||||
SUBDIR += clojure-contrib
|
||||
SUBDIR += clojure-mode.el
|
||||
SUBDIR += cmucl
|
||||
SUBDIR += cmucl-extra
|
||||
|
30
lang/clojure-contrib/Makefile
Normal file
30
lang/clojure-contrib/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: clojure-contrib
|
||||
# Date created: Jun 12 2010
|
||||
# Whom: olgeni
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= clojure-contrib
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= lang lisp java
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
|
||||
MAINTAINER= olgeni@FreeBSD.org
|
||||
COMMENT= Extensions and enhancements to the Clojure libraries
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/ant:${PORTSDIR}/devel/apache-ant \
|
||||
${LOCALBASE}/bin/clojure:${PORTSDIR}/lang/clojure
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.5+
|
||||
|
||||
do-build:
|
||||
@cd ${WRKSRC} && ${SETENV} ant -Dclojure.jar=${JAVAJARDIR}/clojure.jar
|
||||
|
||||
do-install:
|
||||
@${INSTALL_DATA} ${WRKSRC}/clojure-contrib.jar ${JAVAJARDIR}/clojure-contrib.jar
|
||||
|
||||
.include <bsd.port.mk>
|
3
lang/clojure-contrib/distinfo
Normal file
3
lang/clojure-contrib/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (clojure-contrib-1.1.0.zip) = ffaa8d5ea72abd9547186ec38f37c198
|
||||
SHA256 (clojure-contrib-1.1.0.zip) = 0aab7c3f289f1de21b66330b9f148ae28655f05b245896b4d4c5902d1891773f
|
||||
SIZE (clojure-contrib-1.1.0.zip) = 3631433
|
5
lang/clojure-contrib/pkg-descr
Normal file
5
lang/clojure-contrib/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Extensions and enhancements to the Clojure libraries. Contributions
|
||||
are made here only under the Clojure Contributor Agreement, and may
|
||||
become part of the main Clojure distribution.
|
||||
|
||||
WWW: http://code.google.com/p/clojure-contrib/
|
1
lang/clojure-contrib/pkg-plist
Normal file
1
lang/clojure-contrib/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
%%JAVAJARDIR%%/clojure-contrib.jar
|
Loading…
Reference in New Issue
Block a user