summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-Curve25519/Makefile
blob: b4657d1b601a3b7841b0befb59ee2e1b8fc37d38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	Crypt-Curve25519
PORTVERSION=	0.07
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Generate shared secret using elliptic-curve Diffie-Hellman function
WWW=		https://metacpan.org/release/Crypt-Curve25519

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BROKEN_mips=	fails to build: -m32 flag is not supported by this configuration
BROKEN_mips64=	fails to build: -m32 flag is not supported by this configuration

USES=		perl5 ssl
USE_PERL5=	configure

MAKE_JOBS_UNSAFE=	yes

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/Curve25519/Curve25519.so

.include <bsd.port.mk>