aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-MaxMind-DB-Common/Makefile
blob: acad44e31d006f4397759c6410de901c9f97cee1 (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
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=   MaxMind-DB-Common
PORTVERSION=    0.040000
CATEGORIES= net perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:MAXMIND
PKGNAMEPREFIX=  p5-

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    Code shared by the DB reader and writer modules

LICENSE=    ART20

BUILD_DEPENDS=  p5-Data-Dumper-Concise>=0:${PORTSDIR}/devel/p5-Data-Dumper-Concise \
        p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
        p5-List-AllUtils>=0:${PORTSDIR}/devel/p5-List-AllUtils \
        p5-Moo>=0:${PORTSDIR}/devel/p5-Moo \
        p5-MooX-StrictConstructor>=0:${PORTSDIR}/devel/p5-MooX-StrictConstructor \
        p5-autodie>=0:${PORTSDIR}/devel/p5-autodie \
        p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
RUN_DEPENDS:=   ${BUILD_DEPENDS}

USE_PERL5=  configure
USES=       perl5

.include <bsd.port.mk>