21 lines
412 B
Makefile
21 lines
412 B
Makefile
PORTNAME= launchy
|
|
PORTVERSION= 2.5.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Helper class for launching cross-platform applications
|
|
WWW= https://github.com/copiousfreetime/launchy
|
|
|
|
LICENSE= ISCL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-addressable>=2.7<3:www/rubygem-addressable
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/launchy
|
|
|
|
.include <bsd.port.mk>
|