2011-11-27 06:12:46 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2011/11/27 11:12:46 pirofti 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
|
2011-11-27 06:12:46 -05:00
|
|
|
REVISION = 5
|
2008-10-30 12:56:52 -04:00
|
|
|
CATEGORIES = security
|
|
|
|
|
|
|
|
# Apache License
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
|
|
|
MODULES = lang/ruby
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
|
|
|
|
do-regress:
|
|
|
|
@cd ${WRKBUILD}/test && ${RUBY} -I${WRKBUILD}/lib runtests.rb
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|