diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-03 20:23:54 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-03 20:23:54 +0000 |
commit | 05a91ea8be847bfea5e8776bdd549d3a52e2c4ba (patch) | |
tree | 32fce4a0f1d87e6fe1aba8e98e3a561aa3437fee /math/p5-Math-Base85/Makefile | |
parent | c2460a0ee7283ec362c526c1d5313714c1112244 (diff) | |
download | ports-05a91ea8be847bfea5e8776bdd549d3a52e2c4ba.tar.gz ports-05a91ea8be847bfea5e8776bdd549d3a52e2c4ba.zip |
Notes
Diffstat (limited to 'math/p5-Math-Base85/Makefile')
-rw-r--r-- | math/p5-Math-Base85/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/p5-Math-Base85/Makefile b/math/p5-Math-Base85/Makefile index f41aa4e95c4a..838fd0759c45 100644 --- a/math/p5-Math-Base85/Makefile +++ b/math/p5-Math-Base85/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-Base85 -PORTVERSION= 0.4 +PORTVERSION= 0.5 CATEGORIES= math perl5 converters net MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,6 +12,7 @@ COMMENT= Perl extension for base 85 numbers, as referenced by RFC 1924 LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/LICENSE USES= perl5 USE_PERL5= configure |