opnsense-ports/math/p5-Math-String/Makefile
Franco Fichtner 3c835d7470 */*: sync with upstream
Taken from: HardenedBSD
2019-05-12 16:23:38 +02:00

22 lines
398 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= Math-String
PORTVERSION= 1.29
PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module to calculate with strings as if they were big integers
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>