diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-01 16:11:36 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-01 16:11:36 +0000 |
commit | 3a510edf29ef5a5917cde866f9ca56a8a493263a (patch) | |
tree | 6351d92bc810a5e09dc5bfc5fc4cb577b19ab8ce | |
parent | 82d93862f8396a35b3f62c868a6da2c79eaa0d11 (diff) |
Notes
-rw-r--r-- | math/p5-Math-Base36/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/p5-Math-Base36/Makefile b/math/p5-Math-Base36/Makefile index 594f60acc0aa..e666513e6c20 100644 --- a/math/p5-Math-Base36/Makefile +++ b/math/p5-Math-Base36/Makefile @@ -12,7 +12,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= mhsin@mhsin.org COMMENT= Encoding and decoding of base36 strings -BUILD_DEPENDS= p5-ExtUtils-MakeMaker>=6.59:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual USES= perl5 USE_PERL5= configure |