Files
ports/devel/rubygem-launchy/Makefile
2021-04-06 16:31:07 +02:00

24 lines
425 B
Makefile

# Created by: Ryan Steinmetz (<rpsfa@rit.edu>)
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>