diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-09-09 01:38:13 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-09-09 01:38:13 +0000 |
commit | 8ae16b69aaa14b180db5a33ae9e067e73f4970e1 (patch) | |
tree | c6cb9d0fb28f61889d550d896610d0c7b0a11e61 /security/p5-Crypt-OpenSSL-CA | |
parent | a26bbf8ae100d8a99e96f7c1b985d0c1b7d9a844 (diff) |
Notes
Diffstat (limited to 'security/p5-Crypt-OpenSSL-CA')
-rw-r--r-- | security/p5-Crypt-OpenSSL-CA/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/p5-Crypt-OpenSSL-CA/Makefile b/security/p5-Crypt-OpenSSL-CA/Makefile index 528cfcd182af..8e99fe234406 100644 --- a/security/p5-Crypt-OpenSSL-CA/Makefile +++ b/security/p5-Crypt-OpenSSL-CA/Makefile @@ -7,6 +7,7 @@ PORTNAME= Crypt-OpenSSL-CA PORTVERSION= 0.23 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for OpenSSL CA API +# Note: The Devel::Mallinfo dependency doesn't work on FreeBSD; mallinfo() +# is a GNU libc function. BUILD_DEPENDS= p5-Convert-ASN1>=0.02:${PORTSDIR}/converters/p5-Convert-ASN1 \ p5-Devel-Leak>=0:${PORTSDIR}/devel/p5-Devel-Leak \ - p5-Devel-Mallinfo>=0:${PORTSDIR}/devel/p5-Devel-Mallinfo \ p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \ p5-Inline>=0.4:${PORTSDIR}/devel/p5-Inline \ |