aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-regexp_property_values/Makefile
blob: 4b27dba6fc5568abf3adbc49a46b567bee6e33d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Matthias Fechner <mfechner@FreeBSD.org>

PORTNAME=	regexp_property_values
PORTVERSION=	1.0.0
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Display which property value regexp support

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

USES=		gem
USE_RUBY=	yes

.include <bsd.port.mk>