mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Sort *_DEPENDS
This commit is contained in:
parent
ab5e7cd658
commit
405b72b762
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292952
@ -11,7 +11,7 @@ CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:RCAPUTO
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:C/0+$//}
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//}
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= POE component for managing connections, with keep-alive
|
||||
@ -19,9 +19,9 @@ COMMENT= POE component for managing connections, with keep-alive
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-POE>=1.311:${PORTSDIR}/devel/p5-POE \
|
||||
p5-POE-Component-Resolver>=0.916:${PORTSDIR}/dns/p5-POE-Component-Resolver \
|
||||
p5-Net-IP-Minimal>=0.02:${PORTSDIR}/net/p5-Net-IP-Minimal
|
||||
BUILD_DEPENDS= p5-Net-IP-Minimal>=0.02:${PORTSDIR}/net/p5-Net-IP-Minimal \
|
||||
p5-POE>=1.311:${PORTSDIR}/devel/p5-POE \
|
||||
p5-POE-Component-Resolver>=0.916:${PORTSDIR}/dns/p5-POE-Component-Resolver
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
Loading…
Reference in New Issue
Block a user