Edit

IABSD.fr/ports/sysutils/ruby-augeas/Makefile

Branch :

  • Show log

    Commit

  • Author : jasper
    Date : 2016-09-06 09:04:48
    Hash : f10147a6
    Message : drop MODRUBY_REV on these ports; jeremy@ pointed out that with 'CONFIGURE_STYLE=ruby gem' it's not needed and dependant ports will require the correct flavor/version

  • sysutils/ruby-augeas/Makefile
  • # $OpenBSD: Makefile,v 1.12 2016/09/06 09:04:48 jasper Exp $
    
    COMMENT=	provider bindings for Augeas
    
    DISTNAME=	ruby-augeas-0.5.0
    PKGNAME=	${DISTNAME:S/ruby-//}
    REVISION=	3
    CATEGORIES=	sysutils
    
    HOMEPAGE=	http://augeas.net/
    
    MAINTAINER=	Jasper Lievisse Adriaanse <jasper@openbsd.org>
    
    # LGPLv2.1
    PERMIT_PACKAGE_CDROM=	Yes
    
    MODULES=	lang/ruby
    
    WANTLIB+=	augeas pthread xml2
    
    LIB_DEPENDS=	sysutils/augeas
    
    CONFIGURE_STYLE=ruby gem ext
    
    pre-configure:
    	${SUBST_CMD} ${WRKDIST}/ext/augeas/extconf.rb
    
    .include <bsd.port.mk>