1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/ports-mgmt/create-rb-port/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

23 lines
435 B
Makefile

PORTNAME= create-rb-port
PORTVERSION= 0.0.3
CATEGORIES= ports-mgmt
MAINTAINER= swills@FreeBSD.org
COMMENT= Script to ease creation of rubygem- ports
RUN_DEPENDS= gem:devel/ruby-gems
USE_GITHUB= yes
GH_ACCOUNT= swills
GH_PROJECT= freebsd-ruby
NO_BUILD= yes
PLIST_FILES= bin/create-rb-port
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/create-rb-port ${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>