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

NO_ARCH=    yes

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>