2013-03-11 07:35:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2013/03/11 11:41:28 espie Exp $
|
2008-10-30 12:56:52 -04:00
|
|
|
|
|
|
|
COMMENT = library for verifying and serving OpenID identities
|
|
|
|
|
2010-11-08 18:28:53 -05:00
|
|
|
DISTNAME = ruby-${PKGNAME}
|
|
|
|
PKGNAME = yadis-0.3.4
|
2012-09-23 12:57:32 -04:00
|
|
|
REVISION = 6
|
2008-10-30 12:56:52 -04:00
|
|
|
CATEGORIES = security
|
|
|
|
|
|
|
|
# Apache License
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
|
|
|
MODULES = lang/ruby
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
|
2013-03-11 07:35:43 -04:00
|
|
|
do-test:
|
2008-10-30 12:56:52 -04:00
|
|
|
@cd ${WRKBUILD}/test && ${RUBY} -I${WRKBUILD}/lib runtests.rb
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|