diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 11:55:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 11:55:23 +0000 |
commit | ede9f3759b07a0480f07889efa5e7d66b4bab1f8 (patch) | |
tree | 7ca9139a8bd4d0e87d89a25e3d1dbf1203cd5ac3 /textproc/p5-Convert-BER/Makefile | |
parent | 855f9c312c6c783798a9e397053bc21fcd498817 (diff) | |
download | pkgsrc-ede9f3759b07a0480f07889efa5e7d66b4bab1f8.tar.gz |
Update to 1.3101:
Change 739 on 2002/08/19 by <gbarr@pobox.com> (Graham Barr)
Dont generate PPD
Change 738 on 2002/08/19 by <gbarr@pobox.com> (Graham Barr)
Dont depend on hash order in t/03seqof.t and try both possible
results
Change 613 on 2001/04/10 by <gbarr@pobox.com> (Graham Barr)
Fix test for 5.7 (test result depends on hash order)
Diffstat (limited to 'textproc/p5-Convert-BER/Makefile')
-rw-r--r-- | textproc/p5-Convert-BER/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/p5-Convert-BER/Makefile b/textproc/p5-Convert-BER/Makefile index 42f532b2aee..fc1b25e3715 100644 --- a/textproc/p5-Convert-BER/Makefile +++ b/textproc/p5-Convert-BER/Makefile @@ -1,15 +1,14 @@ -# $NetBSD: Makefile,v 1.18 2006/10/24 13:50:07 obache Exp $ +# $NetBSD: Makefile,v 1.19 2007/02/22 11:55:23 wiz Exp $ # -DISTNAME= Convert-BER-1.31 +DISTNAME= Convert-BER-1.3101 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5ber -PKGREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/~gbarr/Convert-BER/ +HOMEPAGE= http://search.cpan.org/dist/Convert-BER/ COMMENT= Perl class to encode/decode objects using Basic Encoding Rules PERL5_PACKLIST= auto/Convert/BER/.packlist |