diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 13:29:15 +0000 |
commit | 7f4572eae4327c4403d9ef714cb6de917650662a (patch) | |
tree | e5609c11a5cecf09649970cae33b72d3774969e3 /converters/p5-Convert-PEM | |
parent | 630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff) | |
download | ports-7f4572eae4327c4403d9ef714cb6de917650662a.tar.gz ports-7f4572eae4327c4403d9ef714cb6de917650662a.zip |
Notes
Diffstat (limited to 'converters/p5-Convert-PEM')
-rw-r--r-- | converters/p5-Convert-PEM/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/converters/p5-Convert-PEM/Makefile b/converters/p5-Convert-PEM/Makefile index ae510cb1d11a..8b1beb32d9c6 100644 --- a/converters/p5-Convert-PEM/Makefile +++ b/converters/p5-Convert-PEM/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Read/write access to ASN.1-encoded PEM files with optional encryption -RUN_DEPENDS= p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \ - p5-Convert-ASN1>=0.10:${PORTSDIR}/converters/p5-Convert-ASN1 \ - p5-Crypt-DES_EDE3>=0:${PORTSDIR}/security/p5-Crypt-DES_EDE3 +RUN_DEPENDS= p5-Class-ErrorHandler>=0:devel/p5-Class-ErrorHandler \ + p5-Convert-ASN1>=0.10:converters/p5-Convert-ASN1 \ + p5-Crypt-DES_EDE3>=0:security/p5-Crypt-DES_EDE3 BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 |