diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-05 16:42:55 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-05 16:42:55 +0000 |
commit | 3246ebc3ca130704875cc0faca419ea671588641 (patch) | |
tree | 443222d8f53a5a1c5592070cd0d06a088ffbf387 /net/p5-Net-SIP/Makefile | |
parent | cbbf190e5e0d3f9bba3451679ffcd5049590b468 (diff) | |
download | ports-3246ebc3ca130704875cc0faca419ea671588641.tar.gz ports-3246ebc3ca130704875cc0faca419ea671588641.zip |
Support STAGEDIR.
Notes
Notes:
svn path=/head/; revision=332868
Diffstat (limited to 'net/p5-Net-SIP/Makefile')
-rw-r--r-- | net/p5-Net-SIP/Makefile | 33 |
1 files changed, 1 insertions, 32 deletions
diff --git a/net/p5-Net-SIP/Makefile b/net/p5-Net-SIP/Makefile index 391d0c622f73..2d9d32b95cfb 100644 --- a/net/p5-Net-SIP/Makefile +++ b/net/p5-Net-SIP/Makefile @@ -15,40 +15,9 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Net-DNS>=0.56:${PORTSDIR}/dns/p5-Net-DNS -RUN_DEPENDS= p5-Net-DNS>=0.56:${PORTSDIR}/dns/p5-Net-DNS +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Net::SIP.3 \ - Net::SIP::Authorize.3 \ - Net::SIP::Blocker.3 \ - Net::SIP::DTMF.3 \ - Net::SIP::Debug.3 \ - Net::SIP::Dispatcher.3 \ - Net::SIP::Dispatcher::Eventloop.3 \ - Net::SIP::Dropper.3 \ - Net::SIP::Dropper::ByField.3 \ - Net::SIP::Dropper::ByIPPort.3 \ - Net::SIP::Endpoint.3 \ - Net::SIP::Endpoint::Context.3 \ - Net::SIP::Leg.3 \ - Net::SIP::NATHelper::Base.3 \ - Net::SIP::NATHelper::Client.3 \ - Net::SIP::NATHelper::Local.3 \ - Net::SIP::NATHelper::Server.3 \ - Net::SIP::Packet.3 \ - Net::SIP::ReceiveChain.3 \ - Net::SIP::Redirect.3 \ - Net::SIP::Registrar.3 \ - Net::SIP::Request.3 \ - Net::SIP::Response.3 \ - Net::SIP::SDP.3 \ - Net::SIP::Simple.3 \ - Net::SIP::Simple::Call.3 \ - Net::SIP::Simple::RTP.3 \ - Net::SIP::StatelessProxy.3 \ - Net::SIP::Util.3 - -NO_STAGE= yes .include <bsd.port.mk> |