freebsd-ports/devel/rubygem-launchy/Makefile
Sunpoet Po-Chuan Hsieh 69550c0906 Update to 2.5.0
- Update version requirement of RUN_DEPENDS

Changes:	https://github.com/copiousfreetime/launchy/blob/master/HISTORY.md
2020-08-23 19:44:36 +00:00

24 lines
437 B
Makefile

# Created by: Ryan Steinmetz (<rpsfa@rit.edu>)
# $FreeBSD$
PORTNAME= launchy
PORTVERSION= 2.5.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Helper class for launching cross-platform applications
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-addressable>=2.7<3:www/rubygem-addressable
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/launchy
.include <bsd.port.mk>