aboutsummaryrefslogtreecommitdiff
path: root/devel/libb2/Makefile
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2018-10-05 22:19:23 +0000
committerMartin Matuska <mm@FreeBSD.org>2018-10-05 22:19:23 +0000
commit556f0e4b0479c6e58a71b91645759e99ea34afb7 (patch)
tree9c43a1c798df5ad11a110c2005d63af88e47c9a9 /devel/libb2/Makefile
parentba75f6669046d063d5fb11ef5819ccf70b8b0c88 (diff)
downloadports-556f0e4b0479c6e58a71b91645759e99ea34afb7.tar.gz
ports-556f0e4b0479c6e58a71b91645759e99ea34afb7.zip
devel/libb2: include license file and make portlint more happy
Notes
Notes: svn path=/head/; revision=481306
Diffstat (limited to 'devel/libb2/Makefile')
-rw-r--r--devel/libb2/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/libb2/Makefile b/devel/libb2/Makefile
index fb89edb1bf56..bc34410fab0a 100644
--- a/devel/libb2/Makefile
+++ b/devel/libb2/Makefile
@@ -4,17 +4,26 @@
PORTNAME= libb2
PORTVERSION= 0.98
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= mm@FreeBSD.org
COMMENT= C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp
LICENSE= CC0-1.0
+LICENSE_FILE= ${WRKSRC}/LICENSE
USES= autoreconf libtool
USE_GITHUB= yes
+USE_LDCONFIG= yes
GH_ACCOUNT= BLAKE2
GNU_CONFIGURE= yes
+PLIST_FILES= include/blake2.h \
+ lib/libb2.a \
+ lib/libb2.so \
+ lib/libb2.so.1 \
+ lib/libb2.so.1.0.3
+
.include <bsd.port.mk>