49e2274c82
- Pass maintainership to ruby@ Changes: https://github.com/chef/mixlib-authentication/blob/master/CHANGELOG.md PR: 224695 Submitted by: sunpoet (myself) Approved by: Renaud Chaput <renchap@cocoa-x.com> (maintainer)
19 lines
338 B
Makefile
19 lines
338 B
Makefile
# Created by: renchap@cocoa-x.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mixlib-authentication
|
|
PORTVERSION= 1.4.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Mixes in simple per-request authentication
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|