1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/converters/p5-Encode-Base32-GMP/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

21 lines
432 B
Makefile

PORTNAME= Encode-Base32-GMP
PORTVERSION= 0.02
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bokutin@bokut.in
COMMENT= High speed Base32 encoding using GMP with BigInt and MD5 support
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= p5-Math-GMPz>=0:math/p5-Math-GMPz
TEST_DEPENDS= p5-Test-Base>=0:devel/p5-Test-Base
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>