diff --git a/devel/p5-Storable/Makefile b/devel/p5-Storable/Makefile index 533054ca512..66f458dc7e4 100644 --- a/devel/p5-Storable/Makefile +++ b/devel/p5-Storable/Makefile @@ -1,4 +1,6 @@ -# $OpenBSD: Makefile,v 1.12 2002/10/30 04:38:12 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.13 2002/11/27 21:36:43 pvalchev Exp $ + +IGNORE= "comes with ${OPSYS} as of release 3.3" COMMENT= "persistency for perl data structures" diff --git a/net/p5-PlRPC/Makefile b/net/p5-PlRPC/Makefile index d9214ef05e5..fb8ab4c731d 100644 --- a/net/p5-PlRPC/Makefile +++ b/net/p5-PlRPC/Makefile @@ -1,11 +1,10 @@ -# $OpenBSD: Makefile,v 1.10 2002/06/09 05:31:55 wilfried Exp $ +# $OpenBSD: Makefile,v 1.11 2002/11/27 21:36:43 pvalchev Exp $ COMMENT= "module for writing rpc servers and clients" DISTNAME= PlRPC-0.2016 PKGNAME= p5-${DISTNAME} CATEGORIES= net perl5 -NEED_VERSION= 1.515 MAINTAINER= Kevin Lo @@ -16,8 +15,7 @@ PERMIT_DISTFILES_FTP= Yes MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=RPC/} -BUILD_DEPENDS= :p5-Net-Daemon->=0.13:net/p5-Net-Daemon \ - :p5-Storable-*:devel/p5-Storable +BUILD_DEPENDS= :p5-Net-Daemon->=0.13:net/p5-Net-Daemon RUN_DEPENDS= ${BUILD_DEPENDS} CONFIGURE_STYLE= perl diff --git a/textproc/p5-XML-Simple/Makefile b/textproc/p5-XML-Simple/Makefile index 69fe9e4e976..75148832cb5 100644 --- a/textproc/p5-XML-Simple/Makefile +++ b/textproc/p5-XML-Simple/Makefile @@ -1,17 +1,15 @@ -# $OpenBSD: Makefile,v 1.8 2002/07/10 20:48:15 avsm Exp $ +# $OpenBSD: Makefile,v 1.9 2002/11/27 21:36:43 pvalchev Exp $ COMMENT= "trivial perl API for reading/writing XML" DISTNAME= XML-Simple-1.08 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 -NEED_VERSION= 1.504 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} HOMEPAGE= http://www.web.co.nz/~grantm/cpan/ -BUILD_DEPENDS= :p5-XML-Parser->=2:textproc/p5-XML-Parser \ - :p5-Storable-*:devel/p5-Storable +BUILD_DEPENDS= :p5-XML-Parser->=2:textproc/p5-XML-Parser RUN_DEPENDS= ${BUILD_DEPENDS} PERMIT_PACKAGE_CDROM= Yes