blob: cb2eff404c535ec1270d89a792b9c809c218635c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= Math-Base85
PORTVERSION= 0.5
CATEGORIES= math perl5 converters net
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for base 85 numbers, as referenced by RFC 1924
WWW= https://metacpan.org/release/Math-Base85
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE_ART10= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>
|