summaryrefslogtreecommitdiff
path: root/textproc/p5-Convert-PEM
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2004-02-24 23:27:54 +0000
committerheinz <heinz@pkgsrc.org>2004-02-24 23:27:54 +0000
commit2c3e13fbac335dfa5967dd20726d882e131c81af (patch)
treea6838707d0a60a37cf5458ecee5b71f7993a0585 /textproc/p5-Convert-PEM
parenta7f82e4492d34b53f7f745cf6a1a95ff9c1e6929 (diff)
downloadpkgsrc-2c3e13fbac335dfa5967dd20726d882e131c81af.tar.gz
Adapted to buildlink3.
Needs p5-Convert-ASN1 >= 0.10 according to Makefile.PL.
Diffstat (limited to 'textproc/p5-Convert-PEM')
-rw-r--r--textproc/p5-Convert-PEM/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/textproc/p5-Convert-PEM/Makefile b/textproc/p5-Convert-PEM/Makefile
index b27bc4a9dbf..cc70bc21b63 100644
--- a/textproc/p5-Convert-PEM/Makefile
+++ b/textproc/p5-Convert-PEM/Makefile
@@ -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 @@ CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/}
MAINTAINER= tech-pkg@NetBSD.org
-#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"