mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
21 lines
373 B
Makefile
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>
|