diff options
Diffstat (limited to 'www/rubygem-redis-rack-gitlab/Makefile')
-rw-r--r-- | www/rubygem-redis-rack-gitlab/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/www/rubygem-redis-rack-gitlab/Makefile b/www/rubygem-redis-rack-gitlab/Makefile new file mode 100644 index 000000000000..f330ace9ea51 --- /dev/null +++ b/www/rubygem-redis-rack-gitlab/Makefile @@ -0,0 +1,25 @@ +PORTNAME= redis-rack +PORTVERSION= 3.0.0 +CATEGORIES= www rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -gitlab + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Redis Store for Rack +WWW= https://redis-store.org/redis-rack/ \ + https://github.com/redis-store/redis-rack + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +RUN_DEPENDS= rubygem-rack-session10>=0.2.0:www/rubygem-rack-session10 \ + rubygem-redis-store>=1.2<2:devel/rubygem-redis-store + +USES= gem + +NO_ARCH= yes + +post-install: + ${RM} ${STAGEDIR}${PREFIX}/bin/appraisal ${STAGEDIR}${PREFIX}/bin/rake + +.include <bsd.port.mk> |