mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
18 lines
405 B
Makefile
18 lines
405 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD: head/devel/rubygem-mustermann/Makefile 448792 2017-08-27 00:36:33Z sunpoet $
|
|
|
|
PORTNAME= mustermann
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Lbrary implementing patterns that behave like regular expressions
|
|
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|