freebsd-ports/lang/spec.alpha/Makefile
Joseph Mingrone a419c83f73 lang/spec.alpha: New port; library dependency for Clojure 1.9
PR:		224251
Submitted by:	Jens Grassel <jan0sch@mykolab.com> (maintainer)
2018-02-24 17:10:08 +00:00

24 lines
535 B
Makefile

# $FreeBSD$
PORTNAME= spec.alpha
DISTVERSION= 0.1.143
CATEGORIES= lang lisp java
MASTER_SITES= http://repo1.maven.org/maven2/org/clojure/spec.alpha/${PORTVERSION}/
EXTRACT_SUFX= .jar
EXTRACT_ONLY= # empty
MAINTAINER= jan0sch@mykolab.com
COMMENT= Clojure library to describe the structure of data and functions
LICENSE= EPL
USE_JAVA= yes
JAVA_VERSION= 1.6+
NO_BUILD= yes
PLIST_FILES= ${JAVAJARDIR}/spec.alpha.jar
do-install:
${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${STAGEDIR}${JAVAJARDIR}/spec.alpha.jar
.include <bsd.port.mk>