freebsd-ports/devel/rubygem-launchy22/Makefile
Philip M. Gollucci 4e3d011569 Set NO_ARCH for remaining rubygem-* ports with no arch dependent files
Obtained from:  DEVELOPER_MODE
With Hat:       ruby@

Sponsored by:   RideCharge Inc / Curb
2015-07-02 16:01:06 +00:00

27 lines
505 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
NO_ARCH= yes
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>