aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-DES
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-04-08 09:03:33 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-04-08 09:03:33 +0000
commit8401dc1c128c83ba6918485f922a238cb5b0bbaf (patch)
treead975fbc6e27c4cc213ff617b209889058a84733 /security/p5-Crypt-DES
parent6d0e1240c790c75ca20e5c643c93160b063e2229 (diff)
downloadports-8401dc1c128c83ba6918485f922a238cb5b0bbaf.tar.gz
ports-8401dc1c128c83ba6918485f922a238cb5b0bbaf.zip
- Add LICENSE
- Fix pkg-descr formatting - Add WWW Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=466784
Diffstat (limited to 'security/p5-Crypt-DES')
-rw-r--r--security/p5-Crypt-DES/Makefile3
-rw-r--r--security/p5-Crypt-DES/pkg-descr12
2 files changed, 10 insertions, 5 deletions
diff --git a/security/p5-Crypt-DES/Makefile b/security/p5-Crypt-DES/Makefile
index 5f6beea5aab8..8239c287f246 100644
--- a/security/p5-Crypt-DES/Makefile
+++ b/security/p5-Crypt-DES/Makefile
@@ -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}
diff --git a/security/p5-Crypt-DES/pkg-descr b/security/p5-Crypt-DES/pkg-descr
index b97c1604930f..b4e8a463ef28 100644
--- a/security/p5-Crypt-DES/pkg-descr
+++ b/security/p5-Crypt-DES/pkg-descr
@@ -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/