freebsd-ports/net/rubygem-connection_pool/Makefile
Sunpoet Po-Chuan Hsieh db96a99362 - Add LICENSE_FILE
2015-12-30 17:37:05 +00:00

19 lines
311 B
Makefile

# $FreeBSD$
PORTNAME= connection_pool
PORTVERSION= 2.2.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Generic connection pool for Ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>