summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-12-01 10:14:20 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-12-01 10:14:20 +0000
commitadecd785d1b01cf4c4e5ff39214e24d689572021 (patch)
treeb632d4be1fd344fcc513ba7f532795b9f72e42e3 /converters
parent- Make it fetchable again (diff)
- Fix latest commit adding a missing dependency (devel/p5-Class-ErrorHandler).
PR: ports/89335 Submitted by: aaron
Notes
Notes: svn path=/head/; revision=150127
Diffstat (limited to 'converters')
-rw-r--r--converters/p5-Convert-PEM/Makefile4
1 files changed, 3 insertions, 1 deletions
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