summaryrefslogtreecommitdiff
path: root/textproc/p5-Convert-BER
diff options
context:
space:
mode:
authorwiz <wiz>2001-02-17 17:31:58 +0000
committerwiz <wiz>2001-02-17 17:31:58 +0000
commit2c8b12e7690e9d5a58f3c81bc77626a7c6e1cc6d (patch)
treeff17e85c241ba8999810590573dfaabbb05305c1 /textproc/p5-Convert-BER
parent6129da62580b8a50ce5de047ae21c11f45e93b0b (diff)
downloadpkgsrc-2c8b12e7690e9d5a58f3c81bc77626a7c6e1cc6d.tar.gz
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'textproc/p5-Convert-BER')
-rw-r--r--textproc/p5-Convert-BER/Makefile3
-rw-r--r--textproc/p5-Convert-BER/pkg/COMMENT1
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Convert-BER/Makefile b/textproc/p5-Convert-BER/Makefile
index 86db4eca93b..32857de3d43 100644
--- a/textproc/p5-Convert-BER/Makefile
+++ b/textproc/p5-Convert-BER/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/08/27 07:11:21 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2001/02/17 17:37:36 wiz Exp $
#
DISTNAME= Convert-BER-1.26
@@ -7,6 +7,7 @@ CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/}
MAINTAINER= packages@netbsd.org
+COMMENT= Perl class to encode and decode objects using Basic Encoding Rules (BER)
USE_PERL5= # defined
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Convert/BER/.packlist
diff --git a/textproc/p5-Convert-BER/pkg/COMMENT b/textproc/p5-Convert-BER/pkg/COMMENT
deleted file mode 100644
index 3f3088d54db..00000000000
--- a/textproc/p5-Convert-BER/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Perl class to encode and decode objects using Basic Encoding Rules (BER)