- Add LICENSE

- Sort RUN_DEPENDS
- Cleanup Makefile
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-03-12 17:11:25 +00:00
parent a1d9ae163c
commit 761ba80014
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381117

View file

@ -9,14 +9,16 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Provide reliable messaging using the stomp protocol
USE_RUBY= yes
USE_RUBYGEMS= yes
LICENSE= MIT
RUN_DEPENDS= rubygem-daemons>=1.0.2:${PORTSDIR}/devel/rubygem-daemons \
rubygem-eventmachine>=0.7.2:${PORTSDIR}/devel/rubygem-eventmachine \
rubygem-hoe>=1.3.0:${PORTSDIR}/devel/rubygem-hoe
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/stompserver
RUN_DEPENDS:= rubygem-eventmachine>=0.7.2:${PORTSDIR}/devel/rubygem-eventmachine \
rubygem-hoe>=1.3.0:${PORTSDIR}/devel/rubygem-hoe \
rubygem-daemons>=1.0.2:${PORTSDIR}/devel/rubygem-daemons
.include <bsd.port.mk>