1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/net/p5-MaxMind-DB-Common/Makefile
Sunpoet Po-Chuan Hsieh 6408e89ac2 Remove Perl core modules
- Bump PORTREVISION for dependency change
2017-11-12 19:10:14 +00:00

31 lines
778 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= MaxMind-DB-Common
PORTVERSION= 0.040001
PORTREVISION= 1
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
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-Data-Dumper-Concise>=0:devel/p5-Data-Dumper-Concise \
p5-DateTime>=0:devel/p5-DateTime \
p5-List-AllUtils>=0:devel/p5-List-AllUtils \
p5-Moo>=0:devel/p5-Moo \
p5-MooX-StrictConstructor>=0:devel/p5-MooX-StrictConstructor \
p5-namespace-autoclean>=0:devel/p5-namespace-autoclean
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>