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