summaryrefslogtreecommitdiff
path: root/archivers/rubygem-bzip2-ruby/Makefile
blob: ebb3c2b2bb05d9995d25e07de21abd38615bcf1d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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

USES=		gem

CONFIGURE_ARGS=	--with-cflags=-Wno-incompatible-function-pointer-types

.include <bsd.port.mk>