freebsd-ports/security/p5-Digest-GOST/Makefile
Mark Linimon 14295721d4 For ports that are marked NOT_FOR/ONLY_FOR armv6, also mark them so
on armv7.

This is part one of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
2017-11-30 05:55:17 +00:00

24 lines
503 B
Makefile

# $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
NOT_FOR_ARCHS= aarch64 armv6 armv7 mips64
NOT_FOR_ARCHS_REASON= fails to build: Cannot detect CPU architechture
USES= perl5
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${SITE_ARCH}/auto/Digest/GOST/GOST.so
.include <bsd.port.mk>