aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Digest-GOST/Makefile
blob: e2a1dbe563a4f71013641856caf9178630a768c8 (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
# $FreeBSD$

PORTNAME=   Digest-GOST
PORTVERSION=    0.06
CATEGORIES= security perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= pi@FreeBSD.org
COMMENT=    Perl interface to the GOST R 34.11-94 digest algorithm

LICENSE=    ART10 GPLv1
LICENSE_COMB=   dual

BROKEN_arm64=   fails to build: Cannot detect CPU architechture
BROKEN_mips64=  fails to build: Cannot detect CPU architechture

USES=       perl5
USE_PERL5=  configure

post-stage:
    ${STRIP_CMD} ${STAGEDIR}${SITE_ARCH}/auto/Digest/GOST/GOST.so

.include <bsd.port.mk>