mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
19 lines
420 B
Makefile
19 lines
420 B
Makefile
# $NetBSD: Makefile,v 1.8 2014/03/13 11:08:53 jperkin Exp $
|
|
|
|
DISTNAME= oniguruma-1.1.0
|
|
PKGREVISION= 2
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://oniguruma.rubyforge.org/
|
|
COMMENT= Fast regular expression library
|
|
LICENSE= modified-bsd
|
|
|
|
USE_GCC_RUNTIME= yes
|
|
|
|
USE_TOOLS+= pax
|
|
|
|
.include "../../textproc/oniguruma/buildlink3.mk"
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|