Edit

IABSD.fr/ports/textproc/ruby-fast-stemmer/Makefile

Branch :

  • Show log

    Commit

  • Author : jeremy
    Date : 2016-11-04 21:26:37
    Hash : 5db8da24
    Message : Bump ruby gem ext ports after change to PLISTs This does not include all ruby gem ext ports, but the remaining ones have updates that will be committed separately.

  • textproc/ruby-fast-stemmer/Makefile
  • # $OpenBSD: Makefile,v 1.12 2016/11/04 21:26:38 jeremy Exp $
    
    COMMENT=		fast Porter stemmer for ruby
    
    DISTNAME=		fast-stemmer-1.0.2
    REVISION =		0
    CATEGORIES=		textproc
    
    HOMEPAGE=		https://github.com/romanbsd/fast-stemmer
    
    # MIT
    PERMIT_PACKAGE_CDROM=	Yes
    
    MODULES=		lang/ruby
    
    CONFIGURE_STYLE=	ruby gem ext
    
    MODRUBY_TEST=	rake
    TEST_DEPENDS=	${FULLPKGNAME}:${BUILD_PKGPATH}
    do-test:
    	cd ${WRKSRC} && RUBYOPT="-I. -rubygems" ${RAKE} test
    
    .include <bsd.port.mk>