summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/tl-expected/Makefile8
-rw-r--r--devel/tl-expected/pkg-plist4
2 files changed, 7 insertions, 5 deletions
diff --git a/devel/tl-expected/Makefile b/devel/tl-expected/Makefile
index fb8d711cf10b..ee1989d12b14 100644
--- a/devel/tl-expected/Makefile
+++ b/devel/tl-expected/Makefile
@@ -1,13 +1,14 @@
PORTNAME= tl-expected
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.0
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= henry.hu.sh@gmail.com
COMMENT= C++11/14/17 std::expected with functional-style extensions
WWW= https://github.com/TartanLlama/expected
-LICENSE= PD
+LICENSE= CC0-1.0
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake
@@ -23,6 +24,11 @@ TESTS_DESC= Build tests
TESTS_CMAKE_BOOL= EXPECTED_BUILD_TESTS
TESTS_CMAKE_ON= -DFETCHCONTENT_SOURCE_DIR_CATCH2=${WRKSRC}/catch2
+PLIST_FILES= include/tl/expected.hpp \
+ share/cmake/tl-expected/tl-expected-config-version.cmake \
+ share/cmake/tl-expected/tl-expected-config.cmake \
+ share/cmake/tl-expected/tl-expected-targets.cmake
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MTESTS}
diff --git a/devel/tl-expected/pkg-plist b/devel/tl-expected/pkg-plist
deleted file mode 100644
index d4b9eacc2d20..000000000000
--- a/devel/tl-expected/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-include/tl/expected.hpp
-share/cmake/tl-expected/tl-expected-config-version.cmake
-share/cmake/tl-expected/tl-expected-config.cmake
-share/cmake/tl-expected/tl-expected-targets.cmake