2013-06-02 15:41:48 +02:00
|
|
|
# Created by: Ryan Steinmetz (<rpsfa@rit.edu>)
|
2009-12-01 16:26:40 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= launchy
|
2013-06-02 15:41:48 +02:00
|
|
|
PORTVERSION= 2.3.0
|
2009-12-01 16:26:40 +01:00
|
|
|
CATEGORIES= devel rubygems
|
2010-06-23 20:42:12 +02:00
|
|
|
MASTER_SITES= RG
|
2009-12-01 16:26:40 +01:00
|
|
|
|
2011-10-26 13:21:50 +02:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2009-12-01 16:26:40 +01:00
|
|
|
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
|
2009-12-01 16:26:40 +01:00
|
|
|
|
|
|
|
USE_RUBY= yes
|
2010-09-22 05:29:07 +02:00
|
|
|
USE_RAKE= yes
|
2009-12-01 16:26:40 +01:00
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2012-02-08 19:21:35 +01:00
|
|
|
PLIST_FILES= bin/launchy
|
2009-12-01 16:26:40 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|