freebsd-ports/www/rubygem-akami/Makefile
Steve Wills 74f348b628 A library for building web service security.
WWW: https://rubygems.org/gems/akami

PR:		ports/189433
Submitted by:	Joseph Benden <joe@thrallingpenguin.com>
2014-05-24 02:02:15 +00:00

20 lines
395 B
Makefile

# Created by: Joseph Benden <joe@thrallingpenguin.com>
# $FreeBSD$
PORTNAME= akami
PORTVERSION= 1.0.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= joe@thrallingpenguin.com
COMMENT= Library for building web service security
LICENSE= MIT
RUN_DEPENDS= rubygem-gyoku>=0.4.6:${PORTSDIR}/devel/rubygem-gyoku
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>