Changes: https://github.com/rack/rackup/blob/main/releases.md https://github.com/rack/rackup/commits/main
24 lines
422 B
Makefile
24 lines
422 B
Makefile
PORTNAME= rackup
|
|
PORTVERSION= 2.3.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= General server command for Rack applications
|
|
WWW= https://github.com/rack/rackup
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/license.md
|
|
|
|
RUN_DEPENDS= rubygem-rack>=3,3:www/rubygem-rack
|
|
|
|
USES= gem
|
|
|
|
CONFLICTS_INSTALL= rubygem-rackup21 # bin/rackup
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/rackup
|
|
|
|
.include <bsd.port.mk>
|