From adecd785d1b01cf4c4e5ff39214e24d689572021 Mon Sep 17 00:00:00 2001 From: Florent Thoumie Date: Thu, 1 Dec 2005 10:14:20 +0000 Subject: [PATCH] - Fix latest commit adding a missing dependency (devel/p5-Class-ErrorHandler). PR: ports/89335 Submitted by: aaron --- converters/p5-Convert-PEM/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/converters/p5-Convert-PEM/Makefile b/converters/p5-Convert-PEM/Makefile index 55752e3d57ce..8862e53a6ccc 100644 --- a/converters/p5-Convert-PEM/Makefile +++ b/converters/p5-Convert-PEM/Makefile @@ -8,6 +8,7 @@ PORTNAME= Convert-PEM PORTVERSION= 0.07 +PORTREVISION= 1 CATEGORIES= converters perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Convert @@ -20,7 +21,8 @@ BUILD_DEPENDS= ${SITE_PERL}/Convert/ASN1.pm:${PORTSDIR}/converters/p5-Convert-AS ${SITE_PERL}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \ ${SITE_PERL}/Crypt/DES_EDE3.pm:${PORTSDIR}/security/p5-Crypt-DES_EDE3 \ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 + ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ + ${SITE_PERL}/Class/ErrorHandler.pm:${PORTSDIR}/devel/p5-Class-ErrorHandler RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= YES