1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/www/rubygem-akami/Makefile
Sunpoet Po-Chuan Hsieh 794cf2f3a0 Update to 1.3.1
- 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)
2017-07-28 02:41:24 +00:00

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>