Date: Sun, 8 Apr 2018 09:03:34 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466784 - head/security/p5-Crypt-DES Message-ID: <201804080903.w3893YsD069569@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804080903.w3893YsD069569>