svn commit: r425068 - head/security/p5-Crypt-Curve25519
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Nov 1 17:52:24 UTC 2016
Author: sunpoet
Date: Tue Nov 1 17:52:23 2016
New Revision: 425068
URL: https://svnweb.freebsd.org/changeset/ports/425068
Log:
- Use USES=ssl
Modified:
head/security/p5-Crypt-Curve25519/Makefile
Modified: head/security/p5-Crypt-Curve25519/Makefile
==============================================================================
--- head/security/p5-Crypt-Curve25519/Makefile Tue Nov 1 17:52:18 2016 (r425067)
+++ head/security/p5-Crypt-Curve25519/Makefile Tue Nov 1 17:52:23 2016 (r425068)
@@ -14,9 +14,8 @@ LICENSE= ART10 GPLv1
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= perl5
-USE_OPENSSL= yes
USE_PERL5= configure
+USES= perl5 ssl
MAKE_JOBS_UNSAFE= yes
More information about the svn-ports-all
mailing list