SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
21
net/p5-Net-DAV-Server/Makefile
Normal file
21
net/p5-Net-DAV-Server/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
COMMENT= perl module to provide a DAV server
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME = Net-DAV-Server-1.305
|
||||
CATEGORIES= net
|
||||
REVISION = 0
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= databases/p5-DBD-SQLite \
|
||||
devel/p5-Class-Accessor \
|
||||
devel/p5-File-Slurp \
|
||||
devel/p5-File-Find-Rule-Filesys-Virtual \
|
||||
textproc/p5-XML-LibXML \
|
||||
www/p5-libwww
|
||||
TEST_DEPENDS=devel/p5-Test-Pod
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/p5-Net-DAV-Server/distinfo
Normal file
2
net/p5-Net-DAV-Server/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Net-DAV-Server-1.305.tar.gz) = v4r0ZTo7FTQeVM4d2tQ1YGq0oxoSQyJ1fjJ6myTNaYM=
|
||||
SIZE (Net-DAV-Server-1.305.tar.gz) = 38606
|
1
net/p5-Net-DAV-Server/pkg/DESCR
Normal file
1
net/p5-Net-DAV-Server/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Net::DAV:SERVER is a perl module to provide a DAV server.
|
11
net/p5-Net-DAV-Server/pkg/PLIST
Normal file
11
net/p5-Net-DAV-Server/pkg/PLIST
Normal file
|
@ -0,0 +1,11 @@
|
|||
${P5SITE}/Net/DAV/
|
||||
${P5SITE}/Net/DAV/Lock.pm
|
||||
${P5SITE}/Net/DAV/LockManager/
|
||||
${P5SITE}/Net/DAV/LockManager.pm
|
||||
${P5SITE}/Net/DAV/LockManager.pod
|
||||
${P5SITE}/Net/DAV/LockManager/DB.pm
|
||||
${P5SITE}/Net/DAV/LockManager/Simple.pm
|
||||
${P5SITE}/Net/DAV/Server.pm
|
||||
${P5SITE}/Net/DAV/UUID.pm
|
||||
@man man/man3p/Net::DAV::LockManager.3p
|
||||
@man man/man3p/Net::DAV::Server.3p
|
Loading…
Add table
Add a link
Reference in a new issue