forked from Lainports/freebsd-ports
- update devel/rubygem-mixlib-authentication to 1.3.0 [2] - update devel/rubygem-highline to 1.6.15 [3] - update sysutils/rubygem-chef to 10.16.4 [4] PR: 171010 [1] PR: 173646 [2] PR: 173647 [3] PR: 171005 [4] Submitted by: nickdewing@gmail.com [1,4] Submitted by: maintainer, renchap@cocoa-x.com [2,4], renchap@cocoa-x.com [3]
22 lines
476 B
Makefile
22 lines
476 B
Makefile
# Ports collection makefile for: rubygem-mixlib-authentication
|
|
# Date created: 18 Mar 2010
|
|
# Whom: renchap@cocoa-x.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mixlib-authentication
|
|
PORTVERSION= 1.3.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= renchap@cocoa-x.com
|
|
COMMENT= Mixes in simple per-request authentication
|
|
|
|
RUN_DEPENDS= rubygem-mixlib-log>=0:${PORTSDIR}/devel/rubygem-mixlib-log
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|