diff options
Diffstat (limited to 'devel/rubygem-gyoku/Makefile')
-rw-r--r-- | devel/rubygem-gyoku/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/rubygem-gyoku/Makefile b/devel/rubygem-gyoku/Makefile index e655bf79cb4d..3ef1c8a1d1a5 100644 --- a/devel/rubygem-gyoku/Makefile +++ b/devel/rubygem-gyoku/Makefile @@ -1,20 +1,20 @@ PORTNAME= gyoku -PORTVERSION= 1.3.1 -PORTREVISION= 1 +DISTVERSION= 1.4.0 CATEGORIES= devel rubygems MASTER_SITES= RG -MAINTAINER= joe@thrallingpenguin.com +MAINTAINER= atanubiswas484@gmail.com COMMENT= Library for translating Ruby hashes to XML WWW= https://github.com/savonrb/gyoku LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-builder>=2.1.2:devel/rubygem-builder - -NO_ARCH= yes +RUN_DEPENDS= rubygem-builder>=2.1.2:devel/rubygem-builder \ + rubygem-rexml>=3.0<4:textproc/rubygem-rexml USES= gem +NO_ARCH= yes + .include <bsd.port.mk> |