Edit

IABSD.fr/ports/databases/ruby-redis-namespace/Makefile

Branch :

  • Show log

    Commit

  • Author : jasper
    Date : 2015-06-19 14:05:16
    Hash : b3c99585
    Message : update to redis-namespace-1.5.2

  • databases/ruby-redis-namespace/Makefile
  • # $OpenBSD: Makefile,v 1.6 2015/06/19 14:05:16 jasper Exp $
    
    COMMENT=		Redis::Namespace class for namespacing calls to Redis
    
    DISTNAME=		redis-namespace-1.5.2
    CATEGORIES=		databases
    
    HOMEPAGE=		https://github.com/resque/redis-namespace
    
    # MIT
    PERMIT_PACKAGE_CDROM=   Yes
    
    MODULES=		lang/ruby
    
    CONFIGURE_STYLE=	ruby gem
    
    BUILD_DEPENDS=		${RUN_DEPENDS}
    RUN_DEPENDS=		databases/ruby-redis,${MODRUBY_FLAVOR}
    
    .include <bsd.port.mk>