summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-CBC
diff options
context:
space:
mode:
authorwiz <wiz>2001-02-17 17:42:09 +0000
committerwiz <wiz>2001-02-17 17:42:09 +0000
commit4e3547de3bbe9aae985ad91f7aae76896b121cf0 (patch)
tree926bbe6e07ce5aedfc0884e098d71275e74392c9 /security/p5-Crypt-CBC
parent26730104be8e403eeb8a7ec5ff7903af6ee1418c (diff)
downloadpkgsrc-4e3547de3bbe9aae985ad91f7aae76896b121cf0.tar.gz
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'security/p5-Crypt-CBC')
-rw-r--r--security/p5-Crypt-CBC/Makefile4
-rw-r--r--security/p5-Crypt-CBC/pkg/COMMENT1
2 files changed, 2 insertions, 3 deletions
diff --git a/security/p5-Crypt-CBC/Makefile b/security/p5-Crypt-CBC/Makefile
index 33ca06b8406..a89f2096597 100644
--- a/security/p5-Crypt-CBC/Makefile
+++ b/security/p5-Crypt-CBC/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/01/25 10:47:39 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2001/02/17 17:49:58 wiz Exp $
# FreeBSD Id: Makefile,v 1.7 1997/06/24 18:43:23 jfitz Exp
#
@@ -8,7 +8,7 @@ CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
MAINTAINER= packages@netbsd.org
-#HOMEPAGE=
+COMMENT= perl5 cipher block chaining mode for various crypto algorithms
DEPENDS+= p5-Digest-MD5>=2.12:../../security/p5-Digest-MD5
diff --git a/security/p5-Crypt-CBC/pkg/COMMENT b/security/p5-Crypt-CBC/pkg/COMMENT
deleted file mode 100644
index 11ba8895c68..00000000000
--- a/security/p5-Crypt-CBC/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-perl5 cipher block chaining mode for various crypto algorithms