mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
b66f6bbc1c
- while here convert to staging and drop unneeded declaration of GH_PROJECT PR: 185397 Submitted by: maintainer, ross@rosstimson.com
34 lines
716 B
Makefile
34 lines
716 B
Makefile
# Created by: Ross Timson <ross@rosstimson.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= chruby
|
|
PORTVERSION= 0.3.8
|
|
CATEGORIES= devel ruby
|
|
MASTER_SITES= GH
|
|
|
|
MAINTAINER= ross@rosstimson.com
|
|
COMMENT= Changes the current Ruby
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
|
|
|
|
PLIST_FILES= bin/chruby-exec share/chruby/auto.sh share/chruby/chruby.sh
|
|
PLIST_DIRS= share/chruby
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= postmodern
|
|
GH_COMMIT= b529bf2
|
|
GH_TAGNAME= v${PORTVERSION}
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/bin/chruby-exec ${STAGEDIR}${PREFIX}/bin
|
|
( cd ${WRKSRC}/share/chruby && ${COPYTREE_BIN} \* ${STAGEDIR}${PREFIX}/share/chruby )
|
|
|
|
.include <bsd.port.mk>
|