Edit

IABSD.fr/ports/net/ruby-macaddr/Makefile

Branch :

  • Show log

    Commit

  • Author : jasper
    Date : 2015-06-04 14:46:16
    Hash : 6e88d9be
    Message : update to macaddr-1.7.1

  • net/ruby-macaddr/Makefile
  • # $OpenBSD: Makefile,v 1.3 2015/06/04 14:46:16 jasper Exp $
    
    COMMENT=		cross platform mac address determiniation
    
    DISTNAME=		macaddr-1.7.1
    CATEGORIES=		net
    
    HOMEPAGE=		https://github.com/ahoward/macaddr
    
    # ruby
    PERMIT_PACKAGE_CDROM=	Yes
    
    MODULES=		lang/ruby
    
    CONFIGURE_STYLE=	gem
    
    BUILD_DEPENDS=		${RUN_DEPENDS}
    RUN_DEPENDS=		devel/ruby-systemu,${MODRUBY_FLAVOR}>=2.6.2,<2.7.0
    
    .include <bsd.port.mk>