44691a6d3c
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)
21 lines
379 B
Makefile
21 lines
379 B
Makefile
# $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>
|