Makefile 397 B

1234567891011121314151617181920
  1. # $OpenBSD: Makefile,v 1.20 2013/10/26 23:55:37 jeremy Exp $
  2. COMMENT= robust library for verifying and serving OpenID identities
  3. DISTNAME= ruby-${PKGNAME}
  4. PKGNAME= openid-2.2.2
  5. REVISION = 0
  6. CATEGORIES= security
  7. # Apache License
  8. PERMIT_PACKAGE_CDROM= Yes
  9. MODULES= lang/ruby
  10. CONFIGURE_STYLE=ruby gem
  11. # They are included in the tarball, but how to run them?
  12. NO_TEST= Yes
  13. .include <bsd.port.mk>