Prune devel/py-EnthoughtBase
[dports.git] / devel / rubygem-launchy / Makefile
1 # Created by: Ryan Steinmetz (<rpsfa@rit.edu>)
2 # $FreeBSD$
3
4 PORTNAME=       launchy
5 PORTVERSION=    2.4.3
6 CATEGORIES=     devel rubygems
7 MASTER_SITES=   RG
8
9 MAINTAINER=     ruby@FreeBSD.org
10 COMMENT=        Helper class for launching cross-platform applications
11
12 LICENSE=        ISCL
13
14 RUN_DEPENDS=    rubygem-addressable>=2.3:${PORTSDIR}/www/rubygem-addressable
15
16 NO_ARCH=        yes
17
18 USE_RUBY=       yes
19 USE_RUBYGEMS=   yes
20 RUBYGEM_AUTOPLIST=      yes
21
22 PLIST_FILES=    bin/launchy
23
24 .include <bsd.port.mk>