summaryrefslogtreecommitdiff
path: root/devel/rubygem-mixlib-authentication/Makefile
blob: 03dbdcfbeae771249abecd8063cd88ebcc3d1496 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	mixlib-authentication
PORTVERSION=	3.0.10
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Mixes in simple per-request authentication
WWW=		https://github.com/chef/mixlib-authentication \
		https://www.chef.io/

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>