mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
24 lines
434 B
Makefile
24 lines
434 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
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-addressable>=2.3:www/rubygem-addressable
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/launchy
|
|
|
|
.include <bsd.port.mk>
|