diff options
Diffstat (limited to 'www/rubygem-akami/Makefile')
-rw-r--r-- | www/rubygem-akami/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/www/rubygem-akami/Makefile b/www/rubygem-akami/Makefile index ea7d7d2d6e41..80f923d1670c 100644 --- a/www/rubygem-akami/Makefile +++ b/www/rubygem-akami/Makefile @@ -1,19 +1,22 @@ PORTNAME= akami -PORTVERSION= 1.3.1 +DISTVERSION= 1.3.3 +PORTREVISION= 1 CATEGORIES= www rubygems MASTER_SITES= RG -MAINTAINER= joe@thrallingpenguin.com +MAINTAINER= atanubiswas484@gmail.com COMMENT= Library for building web service security WWW= https://github.com/savonrb/akami LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-gyoku>=0.4.0:devel/rubygem-gyoku \ +RUN_DEPENDS= rubygem-base64>=0:converters/rubygem-base64 \ + rubygem-gyoku>=0.4.0:devel/rubygem-gyoku \ rubygem-nokogiri>=0:textproc/rubygem-nokogiri -NO_ARCH= yes USES= gem +NO_ARCH= yes + .include <bsd.port.mk> |