diff options
Diffstat (limited to 'textproc/p5-Convert-BER/Makefile')
-rw-r--r-- | textproc/p5-Convert-BER/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |