diff options
author | wiz <wiz> | 2001-02-17 17:31:58 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-17 17:31:58 +0000 |
commit | 26730104be8e403eeb8a7ec5ff7903af6ee1418c (patch) | |
tree | ff17e85c241ba8999810590573dfaabbb05305c1 /textproc/p5-Convert-BER | |
parent | 5c2ded063c246b745cbe88b35958aeb774b3efff (diff) | |
download | pkgsrc-26730104be8e403eeb8a7ec5ff7903af6ee1418c.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/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-Convert-BER/pkg/COMMENT | 1 |
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) |