mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 03:23:10 -04:00
- 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)
21 lines
402 B
Makefile
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>
|