7c887ed7f7
- Update WWW and clean up pkg-descr - Take maintainership Changes: https://github.com/redis-store/redis-rack/releases https://github.com/redis-store/redis-rack/blob/master/CHANGELOG.md https://github.com/redis-store/redis-rack/commits/master
24 lines
544 B
Makefile
24 lines
544 B
Makefile
PORTNAME= redis-rack
|
|
PORTVERSION= 3.0.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@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-session>=0.2.0:www/rubygem-rack-session \
|
|
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>
|