diff options
author | marino <marino@FreeBSD.org> | 2014-02-16 01:46:31 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-02-16 01:46:31 +0800 |
commit | 4c773121fd1173aecfb47deee6c97891fdb47f53 (patch) | |
tree | 392aa27a1eea8473e01dd236d84bdd5c2f18ebca /security | |
parent | 0c03dfe0421e464a47ab4e98e0e64610722ef564 (diff) | |
download | freebsd-ports-gnome-4c773121fd1173aecfb47deee6c97891fdb47f53.tar.gz freebsd-ports-gnome-4c773121fd1173aecfb47deee6c97891fdb47f53.tar.zst freebsd-ports-gnome-4c773121fd1173aecfb47deee6c97891fdb47f53.zip |
security/libsparkcrypto: Clarify BSD is 3-clause license
Diffstat (limited to 'security')
-rw-r--r-- | security/libsparkcrypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libsparkcrypto/Makefile b/security/libsparkcrypto/Makefile index ec2d0efa9f04..be5d2e690e2f 100644 --- a/security/libsparkcrypto/Makefile +++ b/security/libsparkcrypto/Makefile @@ -3,7 +3,7 @@ PORTNAME= libsparkcrypto PORTVERSION= 0.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://senier.net/libsparkcrypto/ EXTRACT_SUFX= .tgz @@ -11,7 +11,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= marino@FreeBSD.org COMMENT= Cryptographic library implemented in SPARK -LICENSE= BSD +LICENSE= BSD3CLAUSE USES= ada gmake USE_DOS2UNIX= Makefile build/libsparkcrypto.gpr |