- Add missing BUILD_DEPENDS and RUN_DEPENDS
- Bump PORTREVISION
This commit is contained in:
parent
642518af66
commit
e7f8b572ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292794
1 changed files with 6 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= POE-Component-Client-MSN
|
||||
PORTVERSION= 0.03
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net-im perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -15,9 +15,12 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= POE Component for MSN Messenger
|
||||
|
||||
BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \
|
||||
BUILD_DEPENDS= p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \
|
||||
p5-POE>=0:${PORTSDIR}/devel/p5-POE \
|
||||
p5-POE-Component-Client-HTTP>=0:${PORTSDIR}/www/p5-POE-Component-Client-HTTP \
|
||||
p5-POE-Component-Client-Keepalive>=0:${PORTSDIR}/net/p5-POE-Component-Client-Keepalive \
|
||||
p5-POE-Component-SSLify>=0:${PORTSDIR}/security/p5-POE-Component-SSLify
|
||||
p5-POE-Component-SSLify>=0:${PORTSDIR}/security/p5-POE-Component-SSLify \
|
||||
p5-URI>=0:${PORTSDIR}/net/p5-URI
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
MAN3= POE::Component::Client::MSN.3
|
||||
|
|
Loading…
Reference in a new issue