View | Details | Raw Unified | Return to bug 71393
Collapse All | Expand All

(-)Makefile (-7 / +6 lines)
Lines 16-31 Link Here
16
MAINTAINER=	mharo@FreeBSD.org
16
MAINTAINER=	mharo@FreeBSD.org
17
COMMENT=	Read/write access to ASN.1-encoded PEM files with optional encryption
17
COMMENT=	Read/write access to ASN.1-encoded PEM files with optional encryption
18
18
19
PERLBASE=	${SITE_PERL}
19
BUILD_DEPENDS=	${SITE_PERL}/Convert/ASN1.pm:${PORTSDIR}/converters/p5-Convert-ASN1 \
20
BUILD_DEPENDS=	${PERLBASE}/Convert/ASN1.pm:${PORTSDIR}/converters/p5-Convert-ASN1 \
20
		${SITE_PERL}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \
21
		${PERLBASE}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \
21
		${SITE_PERL}/Crypt/DES_EDE3.pm:${PORTSDIR}/security/p5-Crypt-DES_EDE3 \
22
		${PERLBASE}/Crypt/DES_EDE3.pm:${PORTSDIR}/security/p5-Crypt-DES_EDE3 \
22
		${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
23
		${PERLBASE}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
23
		${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
24
		${PERLBASE}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
25
24
26
PERL_CONFIGURE=	YES
25
PERL_CONFIGURE=	YES
27
26
28
MAN3=		Convert::PEM.3 Convert::PEM::CBC.3
27
MAN3=		Convert::PEM.3 Convert::PEM::CBC.3 Convert::PEM::ErrorHandler.3
29
MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
28
MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
30
29
31
.include <bsd.port.mk>
30
.include <bsd.port.mk>

Return to bug 71393