mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 04:30:37 -04:00
- Update WWW Changes: https://github.com/chef/mixlib-authentication/blob/main/CHANGELOG.md
18 lines
356 B
Makefile
18 lines
356 B
Makefile
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>
|