diff options
author | Ade Lovett <ade@FreeBSD.org> | 2003-03-07 06:14:21 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2003-03-07 06:14:21 +0000 |
commit | 7e52725f2a86aad46bd6b50d5581b6ef0afd0e19 (patch) | |
tree | fd4e3235fcfaf2558312feb3c9527f1592b91aff /security/cryptopp | |
parent | baa68c63d40ffc2c059c978764c3c89675445e55 (diff) |
Notes
Diffstat (limited to 'security/cryptopp')
-rw-r--r-- | security/cryptopp/Makefile | 1 | ||||
-rw-r--r-- | security/cryptopp/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/security/cryptopp/Makefile b/security/cryptopp/Makefile index 40f162aff3c2..2214e25290f0 100644 --- a/security/cryptopp/Makefile +++ b/security/cryptopp/Makefile @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= crypto${PORTVERSION:S/.//g} MAINTAINER= greid@ukug.uk.freebsd.org +COMMENT= A free C++ class library of cryptographic schemes NO_WRKSUBDIR= yes USE_ZIP= yes diff --git a/security/cryptopp/pkg-comment b/security/cryptopp/pkg-comment deleted file mode 100644 index 30a6d34561ed..000000000000 --- a/security/cryptopp/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A free C++ class library of cryptographic schemes |