freebsd-ports/devel/rubygem-launchy/Makefile
Sunpoet Po-Chuan Hsieh 879f37d6e3 - Remove USE_RAKE
2015-02-22 05:56:19 +00:00

22 lines
431 B
Makefile

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