ports/devel/rubygem-bosh_common/Makefile
Sunpoet Po-Chuan Hsieh f8249da1d0 - Fix gemspec for rubygem-logging 2.1.0 update
- Bump PORTREVISION for package change
2016-12-31 11:55:55 +00:00

21 lines
373 B
Makefile

# $FreeBSD$
PORTNAME= bosh_common
PORTVERSION= 1.3262.24.0
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= BOSH common
LICENSE= APACHE20
RUN_DEPENDS= rubygem-logging>=1.8.2:devel/rubygem-logging \
rubygem-semi_semantic>=1.1.0:devel/rubygem-semi_semantic
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>