summaryrefslogtreecommitdiff
path: root/archivers/rubygem-bzip2-ruby/Makefile
blob: acbfcb42bfe33d8e54ea15327d765476b44d2344 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	bzip2-ruby
PORTVERSION=	0.2.7
PORTREVISION=	2
CATEGORIES=	archivers rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Ruby C bindings to libbzip2
WWW=		https://github.com/brianmario/bzip2-ruby

LICENSE=	BSD2CLAUSE RUBY
LICENSE_COMB=	dual

USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>