freebsd-ports/devel/rubygem-mixlib-authentication/Makefile
2021-04-06 16:31:07 +02:00

19 lines
327 B
Makefile

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