freebsd-ports/archivers/rubygem-bzip2/Makefile
2013-12-13 01:22:30 +00:00

19 lines
390 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= bzip2
PORTVERSION= 0.2.7
PORTREVISION= 1
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>