diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-12-01 10:14:20 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-12-01 10:14:20 +0000 |
commit | adecd785d1b01cf4c4e5ff39214e24d689572021 (patch) | |
tree | b632d4be1fd344fcc513ba7f532795b9f72e42e3 | |
parent | d77eda59c64d6768ea7d71cc1f04ae202383eca1 (diff) | |
download | freebsd-ports-adecd785d1b01cf4c4e5ff39214e24d689572021.zip |
- Fix latest commit adding a missing dependency (devel/p5-Class-ErrorHandler).
PR: ports/89335
Submitted by: aaron
-rw-r--r-- | converters/p5-Convert-PEM/Makefile | 4 |
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 |