add a missing RUN_DEPENDS and bump

This commit is contained in:
wilfried 2005-12-07 20:06:57 +00:00
parent 2e9e587cc5
commit e0c9833353
4 changed files with 11 additions and 14 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2005/05/24 16:46:25 msf Exp $
# $OpenBSD: Makefile,v 1.2 2005/12/07 20:06:57 wilfried Exp $
COMMENT= "DNS module for the Perl Object Environment"
DISTNAME= POE-Component-Client-DNS-0.98
PKGNAME= p5-${DISTNAME}
PKGNAME= p5-${DISTNAME}p0
CATEGORIES= net perl5
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
@ -17,7 +17,8 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/}
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::net/p5-Net-DNS
RUN_DEPENDS= ::devel/p5-POE \
::net/p5-Net-DNS
CONFIGURE_STYLE= perl

View File

@ -1,6 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/05/24 16:46:25 msf Exp $
${P5SITE}/POE/
${P5SITE}/POE/Component/
${P5SITE}/POE/Component/Client/
@comment $OpenBSD: PLIST,v 1.2 2005/12/07 20:06:58 wilfried Exp $
${P5SITE}/POE/Component/Client/DNS.pm
@man man/man3p/POE::Component::Client::DNS.3p

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2005/05/24 06:28:19 msf Exp $
# $OpenBSD: Makefile,v 1.2 2005/12/07 20:09:36 wilfried Exp $
COMMENT= "POE interface to Net::Pcap"
DISTNAME= POE-Component-Pcap-0.04
PKGNAME= p5-${DISTNAME}
PKGNAME= p5-${DISTNAME}p0
CATEGORIES= net perl5
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
@ -16,9 +16,10 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/}
BUILD_DEPENDS= ::net/p5-Net-Pcap \
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::devel/p5-POE \
::net/p5-Net-Pcap \
::net/p5-NetPacket
RUN_DEPENDS= ${BUILD_DEPENDS}
# regress requires root privileges and a network connection
REGRESS_IS_INTERACTIVE= Yes

View File

@ -1,5 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/05/24 06:28:19 msf Exp $
${P5SITE}/POE/
${P5SITE}/POE/Component/
@comment $OpenBSD: PLIST,v 1.2 2005/12/07 20:09:36 wilfried Exp $
${P5SITE}/POE/Component/Pcap.pm
@man man/man3p/POE::Component::Pcap.3p