aboutsummaryrefslogblamecommitdiff
path: root/math/p5-Math-Base36/Makefile
blob: c8a37d218f010ed6002fc19271d171589de2529f (plain) (tree)
1
2
3
4
5
6
7
8
9
                                             

                           
                    
                 
                                     


                    
                                    

                                                       
                            
                    




                                                                  
 

                         
 
                      
# Created by: Yi-Hsuan Hsin <mhsin@mhsin.org>

PORTNAME=	Math-Base36
PORTVERSION=	0.14
PORTEPOCH=	2
CATEGORIES=	math converters perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	svysh.fbsd@gmail.com
COMMENT=	Encoding and decoding of base36 strings

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual
LICENSE_FILE=	${WRKSRC}/README

TEST_DEPENDS=	p5-Test-Exception>=0:devel/p5-Test-Exception \
		p5-Test-Pod>=0:devel/p5-Test-Pod \
		p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>