diff options
Diffstat (limited to 'converters/p5-Convert-PEM/Makefile')
-rw-r--r-- | converters/p5-Convert-PEM/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/p5-Convert-PEM/Makefile b/converters/p5-Convert-PEM/Makefile index a33c1e4c9bd9..9b123bde441c 100644 --- a/converters/p5-Convert-PEM/Makefile +++ b/converters/p5-Convert-PEM/Makefile @@ -16,7 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= mharo@FreeBSD.org COMMENT= Read/write access to ASN.1-encoded PEM files with optional encryption -PERLBASE= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +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 \ |