summaryrefslogtreecommitdiff
path: root/math/p5-Math-Fleximal/Makefile
blob: f8d6b9e70c7f3d2d71285dc73b05bf375b352c6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	Math-Fleximal
PORTVERSION=	0.06
PORTREVISION=	1
CATEGORIES=	math perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	matthew@FreeBSD.org
COMMENT=	Integers with flexible representations
WWW=		https://metacpan.org/release/Math-Fleximal

NO_ARCH=	yes

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>