freebsd-ports/devel/rubygem-launchy/Makefile

21 lines
431 B
Makefile
Raw Normal View History

2013-06-02 15:41:48 +02:00
# Created by: Ryan Steinmetz (<rpsfa@rit.edu>)
# $FreeBSD$
PORTNAME= launchy
2013-06-02 15:41:48 +02:00
PORTVERSION= 2.3.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= A helper class for launching cross-platform applications
2012-08-05 18:58:59 +02:00
RUN_DEPENDS= rubygem-addressable>=2.3:${PORTSDIR}/www/rubygem-addressable
USE_RUBY= yes
USE_RAKE= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/launchy
.include <bsd.port.mk>