mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
20 lines
467 B
Makefile
20 lines
467 B
Makefile
# Created by: Joseph Benden <joe@thrallingpenguin.com>
|
|
# $FreeBSD: head/www/rubygem-akami/Makefile 446800 2017-07-28 02:41:24Z sunpoet $
|
|
|
|
PORTNAME= akami
|
|
PORTVERSION= 1.3.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= joe@thrallingpenguin.com
|
|
COMMENT= Library for building web service security
|
|
|
|
RUN_DEPENDS= rubygem-gyoku>=0.4.0:ruby/rubygem-gyoku \
|
|
rubygem-nokogiri>=0:ruby/rubygem-nokogiri
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|