diff options
| author | Matthias Fechner <mfechner@FreeBSD.org> | 2019-09-30 22:20:30 +0000 |
|---|---|---|
| committer | Matthias Fechner <mfechner@FreeBSD.org> | 2019-09-30 22:20:30 +0000 |
| commit | 5eaa3d8a763ae4774ec36cea59fd112d7b6e068c (patch) | |
| tree | bf060cb1fd1e35d468171422d98dc6d72bb9a7f0 /devel/rubygem-gitlab_chronic_duration/Makefile | |
| parent | - disable support for libXp (diff) | |
New ports required for gitlab-ce 12.3 upgrade.
Notes
Notes:
svn path=/head/; revision=513426
Diffstat (limited to 'devel/rubygem-gitlab_chronic_duration/Makefile')
| -rw-r--r-- | devel/rubygem-gitlab_chronic_duration/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/rubygem-gitlab_chronic_duration/Makefile b/devel/rubygem-gitlab_chronic_duration/Makefile new file mode 100644 index 000000000000..6478d21d645e --- /dev/null +++ b/devel/rubygem-gitlab_chronic_duration/Makefile @@ -0,0 +1,22 @@ +# Created by: Matthias Fechner <mfechner@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= gitlab_chronic_duration +PORTVERSION= 0.10.6.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Natural language parser for elapsed time + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-numerizer>=0.1.1<0.2.0:devel/rubygem-numerizer + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include <bsd.port.mk> |
