408b253103
Changes: https://github.com/rack/rack-contrib/releases https://github.com/rack/rack-contrib/commits/main
19 lines
361 B
Makefile
19 lines
361 B
Makefile
PORTNAME= rack-contrib
|
|
PORTVERSION= 2.4.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Contributed Rack Middleware and Utilities
|
|
WWW= https://github.com/rack/rack-contrib
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= rubygem-rack22>=0,3<4,3:www/rubygem-rack22
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|