diff options
author | obache <obache@pkgsrc.org> | 2013-12-09 14:17:41 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-12-09 14:17:41 +0000 |
commit | c1522519b646750987810a08413a83d66de13537 (patch) | |
tree | cb3e9b5798f6683a2dd220782d0a35df112806fa /net/p5-Danga-Socket | |
parent | 69575166e088e2a3bca09925d372c98adf66202a (diff) | |
download | pkgsrc-c1522519b646750987810a08413a83d66de13537.tar.gz |
Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
Diffstat (limited to 'net/p5-Danga-Socket')
-rw-r--r-- | net/p5-Danga-Socket/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/p5-Danga-Socket/Makefile b/net/p5-Danga-Socket/Makefile index adac61825e4..0058c723749 100644 --- a/net/p5-Danga-Socket/Makefile +++ b/net/p5-Danga-Socket/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2013/05/31 12:41:36 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2013/12/09 14:17:50 obache Exp $ # DISTNAME= Danga-Socket-1.61 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net MASTER_SITES= http://search.cpan.org/CPAN/authors/id/B/BR/BRADFITZ/ @@ -13,7 +13,7 @@ COMMENT= Event loop and event-driven async socket base class LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Sys-Syscall>=0:../../devel/p5-Sys-Syscall -DEPENDS+= p5-Time-HiRes>=0:../../time/p5-Time-HiRes +DEPENDS+= {perl>=5.7.3,p5-Time-HiRes>=0}:../../time/p5-Time-HiRes PERL5_PACKLIST= auto/Danga/Socket/.packlist USE_LANGUAGES= # none |