freebsd-ports/devel/rubygem-launchy22/Makefile
Sunpoet Po-Chuan Hsieh 6af32ccc45 - Add LICENSE
- Update WWW
2015-03-06 22:37:27 +00:00

25 lines
491 B
Makefile

# $FreeBSD$
PORTNAME= launchy
PORTVERSION= 2.2.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 22
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_RAKE= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
# Don't install the binary bin/launchy since it's not required at this time
PORTSCOUT= limit:^2\.2
.include <bsd.port.mk>