freebsd-ports/net/p5-Net-DAV-Server/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

29 lines
737 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Net-DAV-Server
PORTVERSION= 1.30.5
PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/\1/}
MAINTAINER= perl@FreeBSD.org
COMMENT= Provide a DAV Server
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \
p5-DBI>=0:databases/p5-DBI \
p5-Digest-SHA1>=0:security/p5-Digest-SHA1 \
p5-File-Find-Rule-Filesys-Virtual>=0:devel/p5-File-Find-Rule-Filesys-Virtual \
p5-File-Slurp>=0:devel/p5-File-Slurp \
p5-URI>=0:net/p5-URI \
p5-XML-LibXML>=1.62000:textproc/p5-XML-LibXML \
p5-libwww>=0:www/p5-libwww
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>