freebsd-ports/devel/rubygem-launchy22/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

21 lines
390 B
Makefile

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
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-addressable>=2.3:www/rubygem-addressable
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PORTSCOUT= limit:^2\.2
.include <bsd.port.mk>