openbsd-ports/security/ruby-openid/Makefile
2022-10-03 21:04:42 +00:00

20 lines
344 B
Makefile

COMMENT= robust library for verifying and serving OpenID identities
DISTNAME= ruby-${PKGNAME}
PKGNAME= openid-2.9.2
CATEGORIES= security
HOMEPAGE= https://github.com/openid/ruby-openid
# Apache License
PERMIT_PACKAGE= Yes
MODULES= lang/ruby
CONFIGURE_STYLE=ruby gem
# Missing gems needed to run tests
NO_TEST= Yes
.include <bsd.port.mk>