Makefile 402 B

123456789101112131415161718192021
  1. # $OpenBSD: Makefile,v 1.12 2013/10/26 23:55:37 jeremy Exp $
  2. COMMENT = library for verifying and serving OpenID identities
  3. DISTNAME = ruby-${PKGNAME}
  4. PKGNAME = yadis-0.3.4
  5. REVISION = 7
  6. CATEGORIES = security
  7. # Apache License
  8. PERMIT_PACKAGE_CDROM = Yes
  9. MODULES = lang/ruby
  10. CONFIGURE_STYLE = ruby gem
  11. do-test:
  12. @cd ${WRKBUILD}/test && ${RUBY} -I${WRKBUILD}/lib runtests.rb
  13. .include <bsd.port.mk>