update to 1.28
from new maintainer Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
This commit is contained in:
parent
95069a9e1b
commit
fa2f743dbf
@ -1,11 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2005/03/30 07:42:28 jolan Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2005/12/07 21:04:37 wilfried Exp $
|
||||
PKG_ARCH= *
|
||||
|
||||
COMMENT= "perl module to provide a DAV server"
|
||||
DISTNAME= Net-DAV-Server-1.25
|
||||
DISTNAME= Net-DAV-Server-1.28
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
|
||||
|
||||
# same as perl
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
@ -13,14 +14,16 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE=perl
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
||||
|
||||
BUILD_DEPENDS= :p5-Class-Accessor-*:devel/p5-Class-Accessor \
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= :p5-Class-Accessor-*:devel/p5-Class-Accessor \
|
||||
:p5-File-Slurp-*:devel/p5-File-Slurp \
|
||||
:p5-File-Find-Rule-Filesys-Virtual-*:devel/p5-File-Find-Rule-Filesys-Virtual \
|
||||
:p5-XML-LibXML-*:textproc/p5-XML-LibXML \
|
||||
:p5-libwww-*:www/p5-libwww
|
||||
REGRESS_DEPENDS=:p5-Test-Pod-*:devel/p5-Test-Pod
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (Net-DAV-Server-1.25.tar.gz) = 5df868ffb2412bde496678aa6402d0dc
|
||||
RMD160 (Net-DAV-Server-1.25.tar.gz) = c6c94ec057c4a34490f7bc4d65e67b712656db3a
|
||||
SHA1 (Net-DAV-Server-1.25.tar.gz) = 81179475c643f20666b433426bee639b0f02778f
|
||||
SIZE (Net-DAV-Server-1.25.tar.gz) = 6387
|
||||
MD5 (Net-DAV-Server-1.28.tar.gz) = 305ba7b106b86adf111ead3802e37a06
|
||||
RMD160 (Net-DAV-Server-1.28.tar.gz) = a929253b5e44e3568dcc557cdee9816a7a9c9471
|
||||
SHA1 (Net-DAV-Server-1.28.tar.gz) = d18226e9e047ee3ff3d744545124c93ba94d3335
|
||||
SIZE (Net-DAV-Server-1.28.tar.gz) = 6676
|
||||
|
@ -1,5 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/03/30 07:42:28 jolan Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2005/12/07 21:04:37 wilfried Exp $
|
||||
${P5SITE}/Net/DAV/
|
||||
${P5SITE}/Net/DAV/Server.pm
|
||||
${P5SITE}/Net/DAV/webdav.pl
|
||||
@man man/man3p/Net::DAV::Server.3p
|
||||
|
Loading…
x
Reference in New Issue
Block a user