mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
794cf2f3a0
- Add LICENSE_FILE Changes: https://github.com/savonrb/akami/blob/master/CHANGELOG.md PR: 220655 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 16 days)
23 lines
448 B
Makefile
23 lines
448 B
Makefile
# Created by: Joseph Benden <joe@thrallingpenguin.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= akami
|
|
PORTVERSION= 1.3.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= joe@thrallingpenguin.com
|
|
COMMENT= Library for building web service security
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-gyoku>=0.4.0:devel/rubygem-gyoku \
|
|
rubygem-nokogiri>=0:textproc/rubygem-nokogiri
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|