blob: b89f60da8d75078ef2d6a2f7d7318b83a955bec7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: rubygem-bzip2
# Date created: 2011-03-29
# Whom: Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= bzip2
PORTVERSION= 0.2.7
CATEGORIES= archivers rubygems
MASTER_SITES= RG
DISTNAME= ${PORTNAME}-ruby-${PORTVERSION}
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby C bindings to libbzip2
USE_RUBY= yes
USE_RUBYGEMS= yes
GEM_NAME= ${PORTNAME}-ruby-${PORTVERSION}
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|