aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-Prime-Util-GMP/Makefile
blob: f26724531ab937effc45c78fbf2e960c2b558760 (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
PORTNAME=	Math-Prime-Util-GMP
PORTVERSION=	0.52
CATEGORIES=	math perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Utilities related to prime numbers and factoring, using GMP
WWW=		https://metacpan.org/release/Math-Prime-Util-GMP

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libgmp.so:math/gmp

USES=		localbase perl5
USE_PERL5=	configure

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Prime/Util/GMP/GMP.so

.include <bsd.port.mk>