Index: head/security/p5-Crypt-Curve25519/Makefile =================================================================== --- head/security/p5-Crypt-Curve25519/Makefile (revision 424834) +++ head/security/p5-Crypt-Curve25519/Makefile (revision 424835) @@ -1,24 +1,26 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= Crypt-Curve25519 PORTVERSION= 0.05 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Generate shared secret using elliptic-curve Diffie-Hellman function LICENSE= ART10 GPLv1 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE USES= perl5 USE_OPENSSL= yes USE_PERL5= configure +MAKE_JOBS_UNSAFE= yes + post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/Curve25519/Curve25519.so .include