ports/math/p5-Math-BigInt/Makefile
Sunpoet Po-Chuan Hsieh d993604618 - Remove *_DEPENDS: Math::Complex 1.39+ is already in all supported Perl releases
- Bump PORTREVISION for dependency change
2016-12-12 20:57:26 +00:00

22 lines
382 B
Makefile

# Created by: tobez
# $FreeBSD$
PORTNAME= Math-BigInt
PORTVERSION= 1.999801
PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PJACKLAM
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Arbitrary size integer math perl package
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>