pkgsrc/security/ruby-openid/Makefile
rodent cdf103652e Removing .ri entries from PLIST. NFI why this works with/without the
entries on my machine. Seems no other ruby package has them. Bump
PKGREVISION.
2014-07-16 07:56:28 +00:00

16 lines
394 B
Makefile

# $NetBSD: Makefile,v 1.2 2014/07/16 07:56:28 rodent Exp $
DISTNAME= openid-0.0.1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= ruby security
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://openid.rubyforge.org/
COMMENT= OpenID support for Ruby
LICENSE= gnu-lgpl-v2.1 OR ruby-license
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"