diff options
Diffstat (limited to 'net/pure-sockets')
-rw-r--r-- | net/pure-sockets/Makefile | 3 | ||||
-rw-r--r-- | net/pure-sockets/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/net/pure-sockets/Makefile b/net/pure-sockets/Makefile index d155e2b24f7f..a234e71b3fa7 100644 --- a/net/pure-sockets/Makefile +++ b/net/pure-sockets/Makefile @@ -10,8 +10,7 @@ DIST_SUBDIR= pure MAINTAINER= ports@FreeBSD.org COMMENT= Pure language interface to the Berkeley socket functions -LICENSE= GPLv3 LGPL3 -LICENSE_COMB= dual +LICENSE= LGPL3+ USES= pkgconfig pure diff --git a/net/pure-sockets/pkg-descr b/net/pure-sockets/pkg-descr index aac7269743d1..691121c31787 100644 --- a/net/pure-sockets/pkg-descr +++ b/net/pure-sockets/pkg-descr @@ -3,4 +3,4 @@ functionality, so you can create sockets for both stream and datagram based protocols and use these to transmit messages. Unix-style file sockets are also available if the host system supports them. -WWW: http://docs.pure-lang.googlecode.com/hg/pure-sockets.html +WWW: https://puredocs.bitbucket.io/pure-sockets.html |