freebsd-ports/math/p5-Math-BigRat/Makefile
2021-10-01 15:34:09 +08:00

20 lines
336 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
PORTNAME= Math-BigRat
PORTVERSION= 0.2618
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Arbitrary big rational numbers
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>