Sunpoet Po-Chuan Hsieh 342db4d149 - Fix RUN_DEPENDS
- Add LICENSE
- Remove leading indefinite article from COMMENT
- Bump PORTREVISION for dependency change
2014-06-30 16:30:44 +00:00

24 lines
421 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= openid
PORTVERSION= 2.3.0
PORTREVISION= 1
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>