ports/devel/rubygem-mixlib-authentication/Makefile
Sunpoet Po-Chuan Hsieh 5cac63193b Update to 1.4.1
- Add LICENSE
- Update WWW

Changes:	https://github.com/chef/mixlib-authentication/blob/master/CHANGELOG.md
		https://github.com/chef/mixlib-authentication/commits/master
PR:		220770
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 14 days)
2017-07-31 15:50:02 +00:00

21 lines
402 B
Makefile

# Created by: renchap@cocoa-x.com
# $FreeBSD$
PORTNAME= mixlib-authentication
PORTVERSION= 1.4.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= renchap@cocoa-x.com
COMMENT= Mixes in simple per-request authentication
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-mixlib-log>=0:devel/rubygem-mixlib-log
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>