21 lines
410 B
Makefile
21 lines
410 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bosh_common
|
|
PORTVERSION= 1.3184.1.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= BOSH common
|
|
|
|
LICENSE= APACHE20
|
|
|
|
RUN_DEPENDS= rubygem-logging>=1.8.2:${PORTSDIR}/devel/rubygem-logging \
|
|
rubygem-semi_semantic>=1.1.0:${PORTSDIR}/devel/rubygem-semi_semantic
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|