freebsd-ports/shells/ammonite/Makefile
Rodrigo Osorio b4ace54c0e Upgrade shell/ammonite from v1.6.4 to v1.6.5
Changelog : http://ammonite.io/#1.6.5
  - Don't keep resolutions involving snapshot artifacts or
    version intervals in the resolution cache of Ammonite
  - Switch to coursier 1.1.0-M13
  - Fix various issues with class-based wrapper (--class-based)

PR:		236821
Submitted by:	Jens Grassel <freebsd-ports@jan0sch.de> (maintainer)
2019-03-27 22:15:59 +00:00

32 lines
657 B
Makefile

# $FreeBSD$
PORTNAME= ammonite
DISTVERSION= 1.6.5
CATEGORIES= shells java
MASTER_SITES= https://github.com/lihaoyi/Ammonite/releases/download/${PORTVERSION}/
DISTNAME= 2.12-${PORTVERSION}
EXTRACT_SUFX=
DIST_SUBDIR= ${PORTNAME}
EXTRACT_ONLY=
MAINTAINER= freebsd-ports@jan0sch.de
COMMENT= Provides a system shell in the high-level Scala language
LICENSE= MIT
USE_JAVA= yes
JAVA_VERSION= 1.8+
NO_BUILD= yes
NO_ARCH= yes
PLIST_FILES= bin/ammonite
do-extract:
@${MKDIR} ${WRKSRC}
@${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} ${WRKSRC}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} \
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>