aboutsummaryrefslogtreecommitdiff
path: root/editors/editorconfig-core-c
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2019-09-03 09:02:48 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2019-09-03 09:02:48 +0000
commit0128d66b37972e61b9cd3c36ffce776644c497f8 (patch)
tree68225ced765652514dad37f0d9d04ba252ca1cc6 /editors/editorconfig-core-c
parentca359bdd4550695817954b0b2d876f55d52ccb11 (diff)
downloadports-0128d66b37972e61b9cd3c36ffce776644c497f8.tar.gz
ports-0128d66b37972e61b9cd3c36ffce776644c497f8.zip
- Add LICENSE
- Update WWW Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=510929
Diffstat (limited to 'editors/editorconfig-core-c')
-rw-r--r--editors/editorconfig-core-c/Makefile3
-rw-r--r--editors/editorconfig-core-c/pkg-descr2
2 files changed, 4 insertions, 1 deletions
diff --git a/editors/editorconfig-core-c/Makefile b/editors/editorconfig-core-c/Makefile
index 785e9b7ed04a..ee265c950ccf 100644
--- a/editors/editorconfig-core-c/Makefile
+++ b/editors/editorconfig-core-c/Makefile
@@ -9,6 +9,9 @@ CATEGORIES= editors
MAINTAINER= knu@FreeBSD.org
COMMENT= EditorConfig core library and executable written in C
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
BUILD_DEPENDS= doxygen:devel/doxygen
LIB_DEPENDS= libpcre.so:devel/pcre
diff --git a/editors/editorconfig-core-c/pkg-descr b/editors/editorconfig-core-c/pkg-descr
index 71abf5050a64..bfe25567027b 100644
--- a/editors/editorconfig-core-c/pkg-descr
+++ b/editors/editorconfig-core-c/pkg-descr
@@ -5,4 +5,4 @@ This package provides the core library and editorconfig(1) executable
both written in C for use by text editor plugins supporting
EditorConfig parsing.
-WWW: http://editorconfig.org/
+WWW: https://editorconfig.org/