freebsd-ports/devel/rubygem-mixlib-authentication/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

20 lines
382 B
Makefile

# Created by: renchap@cocoa-x.com
# $FreeBSD$
PORTNAME= mixlib-authentication
PORTVERSION= 1.3.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= renchap@cocoa-x.com
COMMENT= Mixes in simple per-request authentication
RUN_DEPENDS= rubygem-mixlib-log>=0:devel/rubygem-mixlib-log
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>