forked from Lainports/freebsd-ports
PR: ports/150828 Submitted by: myself (pgollucci) Approved by: maintainer timeout (renchap@cocoa-x.com ; 14 days) Sponsored by: RideCharge Inc. / TaxiMagic
23 lines
492 B
Makefile
23 lines
492 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.1.2
|
|
PORTREVISION= 1
|
|
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>
|