aboutsummaryrefslogtreecommitdiff
path: root/misc/p5-Geo-Address-Formatter/Makefile
blob: 552062f22b8c2e6eacb6b13108e92986c87e7fc9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
PORTNAME=	Geo-Address-Formatter
PORTVERSION=	1.998.2
CATEGORIES=	misc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-
DISTNAME=	Geo-Address-Formatter-${PORTVERSION:R}${PORTVERSION:E}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Take structured address data and format it according to the various global/country rules
WWW=		https://metacpan.org/release/Geo-Address-Formatter

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

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Clone>=0.46:devel/p5-Clone \
		p5-File-Find-Rule>=0:devel/p5-File-Find-Rule \
		p5-Ref-Util>=0.204:devel/p5-Ref-Util \
		p5-Text-Hogan>=2.03:textproc/p5-Text-Hogan \
		p5-Try-Catch>=0:lang/p5-Try-Catch \
		p5-YAML-LibYAML>=0.86:textproc/p5-YAML-LibYAML
TEST_DEPENDS=	p5-File-Slurper>=0:devel/p5-File-Slurper \
		p5-Test-Exception>=0:devel/p5-Test-Exception \
		p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings \
		p5-Test-Warn>=0:devel/p5-Test-Warn

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>