freebsd-ports/net/p5-Net-DAV-Server/Makefile
Philip M. Gollucci 7f131b7fc0 - Update to 1.30.2
PR:             ports/152812
Submitted by:   Gea-Suan Lin <gslin@gslin.org>
With Hat:       perl@
Sponsored by:   RideCharge Inc. / TaxiMagic
Changes:        http://search.cpan.org/dist/Net-DAV-Server/Changes
2010-12-07 04:31:36 +00:00

32 lines
889 B
Makefile

# New ports collection makefile for: p5-Net-DAV-Server
# Date created: 2006-07-19
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Net-DAV-Server
PORTVERSION= 1.30.2
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-1.302
MAINTAINER= perl@FreeBSD.org
COMMENT= Provide a DAV Server
RUN_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
p5-File-Find-Rule-Filesys-Virtual>=0:${PORTSDIR}/devel/p5-File-Find-Rule-Filesys-Virtual \
p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-XML-LibXML>=1.62000:${PORTSDIR}/textproc/p5-XML-LibXML \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
PERL_MODBUILD= yes
MAN3= Net::DAV::LockManager.3 \
Net::DAV::Server.3
.include <bsd.port.mk>