mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
cf118ccf87
Reported by: lwhsu
29 lines
572 B
Makefile
29 lines
572 B
Makefile
PORTNAME= mmve
|
|
PORTVERSION= 0.2.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= tj+freebsd_ports@a13.fr
|
|
COMMENT= Mass MV Editor: move files with your text editor
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-baf>=0.11.0:devel/rubygem-baf
|
|
|
|
USES= shebangfix
|
|
|
|
SHEBANG_FILES= bin/mmve
|
|
USE_RUBY= yes
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= tjouan
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/bin/mmve ${STAGEDIR}${PREFIX}/bin
|
|
@cd ${WRKSRC}/lib && ${COPYTREE_SHARE} . ${STAGEDIR}${RUBY_SITELIBDIR}
|
|
|
|
.include <bsd.port.mk>
|