mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
23 lines
453 B
Makefile
23 lines
453 B
Makefile
# 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>
|