23 lines
463 B
Makefile
23 lines
463 B
Makefile
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
|
|
|
PORTNAME= ecma-re-validator
|
|
PORTVERSION= 0.2.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Regular expression validator against ECMA-262
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-regexp_parser>=1.2<2:textproc/rubygem-regexp_parser
|
|
|
|
USES= gem shebangfix
|
|
USE_RUBY= yes
|
|
|
|
SHEBANG_FILES= script/bootstrap
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|