mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
74f348b628
WWW: https://rubygems.org/gems/akami PR: ports/189433 Submitted by: Joseph Benden <joe@thrallingpenguin.com>
21 lines
395 B
Makefile
21 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>
|