eb00dfb6b4
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
29 lines
871 B
Makefile
29 lines
871 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Crypt-Curve25519
|
|
PORTVERSION= 0.06
|
|
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
|
|
|
|
BROKEN_aarch64= fails to install: error adding symbols: File in wrong format
|
|
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
|
|
BROKEN_sparc64= fails to build: -m32 flag is not supported by this configuration
|
|
|
|
USES= perl5 ssl
|
|
MAKE_JOBS_UNSAFE= yes
|
|
USE_PERL5= configure
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/Curve25519/Curve25519.so
|
|
|
|
.include <bsd.port.mk>
|