jeremy 5db8da2491 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.
2016-11-04 21:26:37 +00:00

24 lines
459 B
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>