freebsd-ports/net/rubygem-openid/Makefile
2014-08-24 18:37:23 +00:00

22 lines
405 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= openid
PORTVERSION= 2.5.0
CATEGORIES= net rubygems
MASTER_SITES= RG
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
MAINTAINER= ruby@FreeBSD.org
COMMENT= OpenID library written in pure Ruby
LICENSE= APACHE20 RUBY
LICENSE_COMB= dual
GEM_NAME= ${DISTNAME}
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>