1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

new port: devel/rubygem-librarianp

This is a forked version of devel/rubygem-librarian with improvements in
order to provide better support for librarian-puppet.

WWW: https://github.com/carlossg/librarian

Differential Revision:	https://reviews.freebsd.org/D2752
Approved by:	mat (mentor)
This commit is contained in:
Michael Moll 2015-06-07 21:14:17 +00:00
parent 5b14609d16
commit 44691a6d3c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388786
4 changed files with 31 additions and 0 deletions

View File

@ -4602,6 +4602,7 @@
SUBDIR += rubygem-launchy
SUBDIR += rubygem-launchy22
SUBDIR += rubygem-librarian
SUBDIR += rubygem-librarianp
SUBDIR += rubygem-libyajl2
SUBDIR += rubygem-listen
SUBDIR += rubygem-little-plugger

View File

@ -0,0 +1,21 @@
# $FreeBSD$
PORTNAME= librarianp
PORTVERSION= 0.6.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby framework for writing bundlers
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-thor>=0.15:${PORTSDIR}/devel/rubygem-thor
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/librarianp-0.6.3.gem) = 84e9c1be3ca0aca4bd4e6cbfa465fd0e5bb5c71bb442c08422ed8b403a0f93a7
SIZE (rubygem/librarianp-0.6.3.gem) = 53760

View File

@ -0,0 +1,7 @@
Librarian is a framework for writing bundlers, which are tools that resolve,
fetch, install, and isolate a project's dependencies, in Ruby.
This is a forked version of devel/rubygem-librarian with improvements in
order to provide better support for librarian-puppet.
WWW: https://github.com/carlossg/librarian