freebsd-ports/net/rubygem-connection_pool/Makefile
Sunpoet Po-Chuan Hsieh 430b3d12f7 - Update to 2.1.2
- Add LICENSE
- Remove contiguous blank lines

Changes:	https://github.com/mperham/connection_pool/blob/master/Changes.md
2015-03-03 13:55:24 +00:00

17 lines
266 B
Makefile

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