freebsd-ports/devel/rubygem-mixlib-authentication/Makefile
Philip M. Gollucci 843ade1030 - GEMS are always RUN_DEPENDS of other GEMS
- Bump PORTREVISION when something other then BUILD_DEPENDS changes
- Some minor verticle whitespace in some ports for consistency with the rest

PR:             ports/147551
Submitted by:   pgollucci@ (myself)
Reviewed by:    portmgr (pav)
With Hat:       ruby
2010-06-06 19:25:10 +00:00

22 lines
471 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
CATEGORIES= devel
MASTER_SITES= RG
MAINTAINER= renchap@cocoa-x.com
COMMENT= Mixes in simple per-request authentication
RUN_DEPENDS= rubygem-mixlib-log>=1.1.0:${PORTSDIR}/devel/rubygem-mixlib-log
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>