summaryrefslogtreecommitdiff
path: root/converters/p5-Convert-PEM/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2004-09-06 20:50:09 +0000
committerMichael Haro <mharo@FreeBSD.org>2004-09-06 20:50:09 +0000
commit78d2645a72fd2c037af4abd732a55732a7f2d1ff (patch)
tree05cd2d8033b5fd6892bcd77a9721c8aa7a48884d /converters/p5-Convert-PEM/Makefile
parentFix the build with GCC 3.4.2. (diff)
add missing manpage to MAN3 list
portlint PR: 71393 Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com> Approved by: portmgr (kirill)
Notes
Notes: svn path=/head/; revision=118127
Diffstat (limited to '')
-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 a7d1977957c9..444dd8da9a6a 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>