ports/math/p5-Math-Base36/Makefile
Po-Chuan Hsieh 265ab56131
math/p5-Math-Base36: Add NO_ARCH
Approved by:	portmgr (blanket)
2021-06-20 19:39:12 +08:00

26 lines
553 B
Makefile

# 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
NO_ARCH= yes
.include <bsd.port.mk>