aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-akami/Makefile
blob: 4462e9c9f2fdf8087350df2e918f5c5f034a2fe6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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:devel/rubygem-gyoku

NO_ARCH=    yes

USE_RUBY=   yes
USES=       gem

.include <bsd.port.mk>