Index: head/security/p5-Crypt-DES/Makefile =================================================================== --- head/security/p5-Crypt-DES/Makefile (revision 466783) +++ head/security/p5-Crypt-DES/Makefile (revision 466784) @@ -1,20 +1,23 @@ # Created by: James FitzGibbon # $FreeBSD$ PORTNAME= Crypt-DES PORTVERSION= 2.07 PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN 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} USES= perl5 USE_PERL5= configure .include Index: head/security/p5-Crypt-DES/pkg-descr =================================================================== --- head/security/p5-Crypt-DES/pkg-descr (revision 466783) +++ head/security/p5-Crypt-DES/pkg-descr (revision 466784) @@ -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/