summaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2004-09-06 20:50:09 +0000
committermharo <mharo@FreeBSD.org>2004-09-06 20:50:09 +0000
commit16edde930674bb74ea4cd0c8d5c320dd7ceeeb5a (patch)
tree7edf7e7d8b1b3f3733b9fe3200c1f5e2bcb90de7 /converters
parent05d51f06db19d4912850964608a5ac3c5e70e8e5 (diff)
downloadFreeBSD-ports-16edde930674bb74ea4cd0c8d5c320dd7ceeeb5a.zip
FreeBSD-ports-16edde930674bb74ea4cd0c8d5c320dd7ceeeb5a.tar.gz
add missing manpage to MAN3 list
portlint PR: 71393 Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com> Approved by: portmgr (kirill)
Diffstat (limited to 'converters')
-rw-r--r--converters/p5-Convert-PEM/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/converters/p5-Convert-PEM/Makefile b/converters/p5-Convert-PEM/Makefile
index a7d1977..444dd8d 100644
--- a/converters/p5-Convert-PEM/Makefile
+++ b/converters/p5-Convert-PEM/Makefile
@@ -16,16 +16,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= mharo@FreeBSD.org
COMMENT= Read/write access to ASN.1-encoded PEM files with optional encryption
-PERLBASE= ${SITE_PERL}
-BUILD_DEPENDS= ${PERLBASE}/Convert/ASN1.pm:${PORTSDIR}/converters/p5-Convert-ASN1 \
- ${PERLBASE}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \
- ${PERLBASE}/Crypt/DES_EDE3.pm:${PORTSDIR}/security/p5-Crypt-DES_EDE3 \
- ${PERLBASE}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
- ${PERLBASE}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
+BUILD_DEPENDS= ${SITE_PERL}/Convert/ASN1.pm:${PORTSDIR}/converters/p5-Convert-ASN1 \
+ ${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
PERL_CONFIGURE= YES
-MAN3= Convert::PEM.3 Convert::PEM::CBC.3
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= Convert::PEM.3 Convert::PEM::CBC.3 Convert::PEM::ErrorHandler.3
.include <bsd.port.mk>
OpenPOWER on IntegriCloud