- Add LICENSE_FILE
- Fix WWW: Approved by: portmgr blanket
This commit is contained in:
parent
db6ef5d39a
commit
fb42c7dfc7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436209
2 changed files with 2 additions and 1 deletions
|
@ -11,6 +11,7 @@ MAINTAINER= lichray@gmail.com
|
|||
COMMENT= Pure interface to C++ STL map and vectors
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= compiler:c++11-lib pkgconfig pure
|
||||
|
||||
|
|
|
@ -3,4 +3,4 @@ pure-stlvec and pure-stlmap. These addons provide Pure interfaces to a
|
|||
selection of containers provided by the C++ Standard Library, specialized
|
||||
to hold pointers to arbitrary Pure expressions.
|
||||
|
||||
WWW: http://docs.pure-lang.googlecode.com/hg/pure-stllib.html
|
||||
WWW: https://puredocs.bitbucket.io/pure-stllib.html
|
||||
|
|
Loading…
Reference in a new issue