diff options
| author | Matthias Fechner <mfechner@FreeBSD.org> | 2018-04-13 06:15:09 +0000 |
|---|---|---|
| committer | Matthias Fechner <mfechner@FreeBSD.org> | 2018-04-13 06:15:09 +0000 |
| commit | 2cf499e2290cebcd84bc2079cf0d19f24b294841 (patch) | |
| tree | ed787a69fe81f1e9deffc0b912e8cfaf063270ba /textproc/rubygem-github-linguist53/Makefile | |
| parent | ea452befdb92795dd5495c46dd748c9adf3f2296 (diff) | |
Notes
Diffstat (limited to 'textproc/rubygem-github-linguist53/Makefile')
| -rw-r--r-- | textproc/rubygem-github-linguist53/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/textproc/rubygem-github-linguist53/Makefile b/textproc/rubygem-github-linguist53/Makefile new file mode 100644 index 000000000000..5c275f5a8395 --- /dev/null +++ b/textproc/rubygem-github-linguist53/Makefile @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= github-linguist +PORTVERSION= 5.3.3 +CATEGORIES= textproc rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 53 + +MAINTAINER= idefix@fechner.net +COMMENT= GitHub Language detection + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-charlock_holmes>=0.7.5:textproc/rubygem-charlock_holmes \ + rubygem-escape_utils>=1.1.0:textproc/rubygem-escape_utils \ + rubygem-mime-types>=1.19:misc/rubygem-mime-types \ + rubygem-rugged>=0.25.1:devel/rubygem-rugged + +# bin/linguist +CONFLICTS_INSTALL= qtchooser rubygem-gitlab-linguist + +USES= gem +USE_RUBY= yes + +PLIST_FILES= bin/git-linguist bin/linguist + +PORTSCOUT= limit:^5\.3\. + +.include <bsd.port.mk> |
