diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-03-15 19:55:21 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-03-15 19:55:21 +0800 |
commit | eb3e7a42be82d7d9847cfc440dcd5bca56af1030 (patch) | |
tree | 2d338645589bea841b69873a73da57e81ce278c6 | |
parent | 4488c01140be315a7dbf93bf71de450f98d3192a (diff) | |
download | freebsd-ports-gnome-eb3e7a42be82d7d9847cfc440dcd5bca56af1030.tar.gz freebsd-ports-gnome-eb3e7a42be82d7d9847cfc440dcd5bca56af1030.tar.zst freebsd-ports-gnome-eb3e7a42be82d7d9847cfc440dcd5bca56af1030.zip |
- Fix LICENSE
- Add LICENSE_FILE
- Fix WWW:
Approved by: portmgr blanket
-rw-r--r-- | devel/pure-stldict/Makefile | 4 | ||||
-rw-r--r-- | devel/pure-stldict/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/pure-stldict/Makefile b/devel/pure-stldict/Makefile index ce8c6726f60b..892b5fc5cf69 100644 --- a/devel/pure-stldict/Makefile +++ b/devel/pure-stldict/Makefile @@ -10,8 +10,8 @@ DIST_SUBDIR= pure MAINTAINER= lichray@gmail.com COMMENT= Pure interface to C++ STL map/unordered_map -LICENSE= GPLv3 LGPL3 -LICENSE_COMB= dual +LICENSE= LGPL3+ +LICENSE_FILE= ${WRKSRC}/COPYING.LESSER USES= pkgconfig pure diff --git a/devel/pure-stldict/pkg-descr b/devel/pure-stldict/pkg-descr index ef2e6d87aa0f..b2aa1fb3f985 100644 --- a/devel/pure-stldict/pkg-descr +++ b/devel/pure-stldict/pkg-descr @@ -3,4 +3,4 @@ dictionary containers map and unordered_map. The stldict module makes these data structures available in Pure land and equips them with a (more or less) idiomatic Pure container interface. -WWW: http://docs.pure-lang.googlecode.com/hg/pure-stldict.html +WWW: https://puredocs.bitbucket.io/pure-stldict.html |