diff options
author | delphij <delphij@FreeBSD.org> | 2016-11-28 13:10:48 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2016-11-28 13:10:48 +0800 |
commit | 49b2dfd7856350f6b2076133f3383868f44310f3 (patch) | |
tree | 4b6275f518a7493ab8fffd794801dafbd99d42b4 /security/cryptopp | |
parent | 8f6bb6cca955d5a3bc1de30218ca2bea943687f4 (diff) | |
download | freebsd-ports-gnome-49b2dfd7856350f6b2076133f3383868f44310f3.tar.gz freebsd-ports-gnome-49b2dfd7856350f6b2076133f3383868f44310f3.tar.zst freebsd-ports-gnome-49b2dfd7856350f6b2076133f3383868f44310f3.zip |
Release this back to pool.
Diffstat (limited to 'security/cryptopp')
-rw-r--r-- | security/cryptopp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/cryptopp/Makefile b/security/cryptopp/Makefile index ec97c1852582..db1d49bbfd1a 100644 --- a/security/cryptopp/Makefile +++ b/security/cryptopp/Makefile @@ -5,11 +5,10 @@ PORTNAME= cryptopp PORTVERSION= 5.6.2 PORTREVISION= 3 CATEGORIES= security -MASTER_SITES= SF \ - http://www.cryptopp.com/ +MASTER_SITES= http://www.cryptopp.com/ DISTNAME= cryptopp${PORTVERSION:S/.//g} -MAINTAINER= delphij@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Free C++ class library of Cryptographic Primitives OPTIONS_DEFINE= DEBUG DOCS GCC STATIC THREADS |