svn commit: r466784 - head/security/p5-Crypt-DES
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun Apr 8 09:03:34 UTC 2018
Author: amdmi3
Date: Sun Apr 8 09:03:33 2018
New Revision: 466784
URL: https://svnweb.freebsd.org/changeset/ports/466784
Log:
- Add LICENSE
- Fix pkg-descr formatting
- Add WWW
Approved by: portmgr blanket
Modified:
head/security/p5-Crypt-DES/Makefile
head/security/p5-Crypt-DES/pkg-descr
Modified: head/security/p5-Crypt-DES/Makefile
==============================================================================
--- head/security/p5-Crypt-DES/Makefile Sun Apr 8 08:54:06 2018 (r466783)
+++ head/security/p5-Crypt-DES/Makefile Sun Apr 8 09:03:33 2018 (r466784)
@@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Perl5 interface to DES block cipher
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/COPYRIGHT
+
BUILD_DEPENDS= p5-Crypt-CBC>=0:security/p5-Crypt-CBC
RUN_DEPENDS:= ${BUILD_DEPENDS}
Modified: head/security/p5-Crypt-DES/pkg-descr
==============================================================================
--- head/security/p5-Crypt-DES/pkg-descr Sun Apr 8 08:54:06 2018 (r466783)
+++ head/security/p5-Crypt-DES/pkg-descr Sun Apr 8 09:03:33 2018 (r466784)
@@ -1,6 +1,8 @@
- This perl extension is an implementation of the DES block
- cipher algorithm. The module implements the
- Crypt::BlockCipher interface, which has the following
- methods
+This perl extension is an implementation of the DES block
+cipher algorithm. The module implements the
+Crypt::BlockCipher interface, which has the following
+methods:
- blocksize =item keysize =item encrypt =item decrypt
+blocksize, keysize, encrypt, decrypt
+
+WWW: http://search.cpan.org/dist/Crypt-DES/
More information about the svn-ports-all
mailing list