ports-mgmt/create-rb-port: create port

This port provides a simple script meant to ease creation of rubygem- ports.

WWW: https://github.com/swills/freebsd-ruby
This commit is contained in:
Steve Wills 2016-11-02 05:43:53 +00:00
parent b6ac44f4a6
commit 6baff87631
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425111
4 changed files with 31 additions and 0 deletions

View File

@ -4,6 +4,7 @@
COMMENT = Ports for managing, installing, and developing FreeBSD ports and packages
SUBDIR += chucky
SUBDIR += create-rb-port
SUBDIR += dialog4ports
SUBDIR += dialog4ports-static
SUBDIR += distilator

View File

@ -0,0 +1,24 @@
# $FreeBSD$
PORTNAME= create-rb-port
PORTVERSION= 0.0.1
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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1478065040
SHA256 (swills-freebsd-ruby-0.0.1_GH0.tar.gz) = 766c97c99157691b5190ad2dfc698109ac4e4b3bd184f430871a72e8b490a2b7
SIZE (swills-freebsd-ruby-0.0.1_GH0.tar.gz) = 1946

View File

@ -0,0 +1,3 @@
This port provides a simple script meant to ease creation of rubygem- ports.
WWW: https://github.com/swills/freebsd-ruby