pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-Convert-PEM Adapted to buildlink3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8fb038716c50
branches:  trunk
changeset: 469549:8fb038716c50
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Tue Feb 24 23:27:54 2004 +0000

description:
Adapted to buildlink3.
Needs p5-Convert-ASN1 >= 0.10 according to Makefile.PL.

diffstat:

 textproc/p5-Convert-PEM/Makefile |  11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r d6fd1ad36410 -r 8fb038716c50 textproc/p5-Convert-PEM/Makefile
--- a/textproc/p5-Convert-PEM/Makefile  Tue Feb 24 23:27:25 2004 +0000
+++ b/textproc/p5-Convert-PEM/Makefile  Tue Feb 24 23:27:54 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/07/21 17:27:36 martti Exp $
+# $NetBSD: Makefile,v 1.9 2004/02/24 23:27:54 heinz Exp $
 #
 
 DISTNAME=              Convert-PEM-0.06
@@ -8,16 +8,19 @@
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Convert/}
 
 MAINTAINER=            tech-pkg%NetBSD.org@localhost
-#HOMEPAGE=     
+HOMEPAGE=              http://search.cpan.org/dist/Convert-PEM/
 COMMENT=               Perl5 module to read/write ASN.1-encoded PEM files
 
 DEPENDS+=              p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
-DEPENDS+=              p5-Convert-ASN1-[0-9]*:../../textproc/p5-Convert-ASN1
+DEPENDS+=              p5-Convert-ASN1>=0.10:../../textproc/p5-Convert-ASN1
 DEPENDS+=              p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
 DEPENDS+=              p5-Crypt-DES-[0-9]*:../../security/p5-Crypt-DES
 DEPENDS+=              p5-Crypt-DES_EDE3-[0-9]*:../../security/p5-Crypt-DES_EDE3
 
-USE_BUILDLINK2=                YES
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+USE_BUILDLINK3=                YES
+USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Convert/PEM/.packlist
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index