2010-04-24 13:53:38 +02:00
|
|
|
# Ports collection makefile for: rubygem-mixlib-authentication
|
|
|
|
# Date created: 18 Mar 2010
|
|
|
|
# Whom: renchap@cocoa-x.com
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mixlib-authentication
|
2010-12-23 00:24:26 +01:00
|
|
|
PORTVERSION= 1.1.4
|
2010-09-14 01:33:44 +02:00
|
|
|
CATEGORIES= devel rubygems
|
2010-05-27 02:57:34 +02:00
|
|
|
MASTER_SITES= RG
|
2010-04-24 13:53:38 +02:00
|
|
|
|
|
|
|
MAINTAINER= renchap@cocoa-x.com
|
|
|
|
COMMENT= Mixes in simple per-request authentication
|
|
|
|
|
2010-10-05 10:28:10 +02:00
|
|
|
RUN_DEPENDS= rubygem-mixlib-log>=0:${PORTSDIR}/devel/rubygem-mixlib-log
|
2010-04-24 13:53:38 +02:00
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|