mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
- Add LICENSE
- Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
0532235a8b
commit
f0d86eed3f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=511919
2 changed files with 7 additions and 2 deletions
|
@ -5,11 +5,16 @@ PORTNAME= libsrs2
|
|||
PORTVERSION= 1.0.18
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.libsrs2.org/srs/
|
||||
MASTER_SITES= https://www.libsrs2.org/srs/
|
||||
|
||||
MAINTAINER= pi@FreeBSD.org
|
||||
COMMENT= Sender Rewriting Scheme 2 C Implementation
|
||||
|
||||
LICENSE= BSD3CLAUSE GPLv2
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/LICENSE.BSD
|
||||
LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSE.GPL-2
|
||||
|
||||
CONFLICTS= p5-Mail-SRS*
|
||||
|
||||
USES= libtool
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
libsrs2 is the next generation SRS library from the original designer of SRS.
|
||||
It implements the Sender Rewriting Scheme, a part of the SPF/SRS protocol pair.
|
||||
|
||||
WWW: http://www.libsrs2.org/
|
||||
WWW: https://www.libsrs2.org/
|
||||
|
|
Loading…
Add table
Reference in a new issue