freebsd-ports/sysutils/p5-MogileFS-Network/Makefile
Dag-Erling Smørgrav 9dff352320 Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2018-10-06 13:06:42 +00:00

32 lines
753 B
Makefile

# Created by: Mikolaj Golub <trociny@FreeBSD.org>
# $FreeBSD$
PORTNAME= MogileFS-Network
PORTVERSION= 0.06
PORTREVISION= 1
CATEGORIES= sysutils net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:HACHI
PKGNAMEPREFIX= p5-
MAINTAINER= trociny@FreeBSD.org
COMMENT= Network awareness and extensions for p5-MogileFS-Server
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Net-Netmask>=0:net-mgmt/p5-Net-Netmask \
p5-Net-Patricia>=0:net/p5-Net-Patricia \
p5-MogileFS-Server>=2.50:sysutils/p5-MogileFS-Server
USES= perl5
USE_PERL5= configure
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} -e '/NAME/ s|MogileFS-Network|MogileFS::Network|' \
${WRKSRC}/Makefile.PL
.include <bsd.port.post.mk>