aboutsummaryrefslogtreecommitdiff
path: root/misc/p5-Geo-Address-Formatter/Makefile
blob: 06d0b1fd0487b3fb47df0f85226f7fa467e7159d (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
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	Geo-Address-Formatter
PORTVERSION=	1.85
CATEGORIES=	misc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Take structured address data and format it according to the various global/country rules

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

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Clone>=0.45: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-Text-Trim>=1.02:textproc/p5-Text-Trim \
		p5-Try-Catch>=0:lang/p5-Try-Catch \
		p5-YAML-LibYAML>=0.82:textproc/p5-YAML-LibYAML
TEST_DEPENDS=	p5-File-Slurper>=0:devel/p5-File-Slurper \
		p5-Test-Exception>=0:devel/p5-Test-Exception \
		p5-Test-Warn>=0:devel/p5-Test-Warn

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>