diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-06-06 03:53:32 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-06-06 03:53:32 +0800 |
commit | 3c2de4c3c1509b35003f606603b721eac1a687a2 (patch) | |
tree | 97db08eb54a352667721acc3b77fb68c132eaca4 /security/polarssl | |
parent | cf159f13c37e9c26850b7e585f9f11f3a01979e3 (diff) | |
download | freebsd-ports-gnome-3c2de4c3c1509b35003f606603b721eac1a687a2.tar.gz freebsd-ports-gnome-3c2de4c3c1509b35003f606603b721eac1a687a2.tar.zst freebsd-ports-gnome-3c2de4c3c1509b35003f606603b721eac1a687a2.zip |
LICENSE GPLv2
Diffstat (limited to 'security/polarssl')
-rw-r--r-- | security/polarssl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/polarssl/Makefile b/security/polarssl/Makefile index 9638868e331f..5030493f203e 100644 --- a/security/polarssl/Makefile +++ b/security/polarssl/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= dinoex@FreeBSD.org COMMENT= Open Source embedded SSL/TLS cryptographic library +LICENSE= GPLv2 + USE_CMAKE= yes USE_PERL5_BUILD= yes |