diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-04 12:39:45 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-04 12:39:45 +0000 |
commit | 9b472b28fcfe4be23dc318a38ce81716b6f17321 (patch) | |
tree | e2c035befbd7ebd3455dd5ffbddb28885deba871 /net | |
parent | 544e16f0d1ded699c464302aa83f834c3bc13d5d (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-BGP/Makefile | 9 | ||||
-rw-r--r-- | net/p5-Net-OpenSSH/Makefile | 3 | ||||
-rw-r--r-- | net/p5-ZeroMQ/Makefile | 3 |
3 files changed, 7 insertions, 8 deletions
diff --git a/net/p5-Net-BGP/Makefile b/net/p5-Net-BGP/Makefile index aacb5bb5386f..b60d71be0115 100644 --- a/net/p5-Net-BGP/Makefile +++ b/net/p5-Net-BGP/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Net-BGP4 -# Date created: 10 September 2002 -# Whom: Sergey Skvortsov <skv@protey.ru> -# +# Created by: Sergey Skvortsov <skv@protey.ru> # $FreeBSD$ -# PORTNAME= Net-BGP PORTVERSION= 0.14 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= az@FreeBSD.org COMMENT= Border Gateway Protocol version 4 speaker/listener library -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::BGP.3 Net::BGP::ASPath.3 Net::BGP::NLRI.3 \ Net::BGP::Notification.3 Net::BGP::Peer.3 Net::BGP::Process.3 \ diff --git a/net/p5-Net-OpenSSH/Makefile b/net/p5-Net-OpenSSH/Makefile index 4d1e7c2b05fa..647a527a0e51 100644 --- a/net/p5-Net-OpenSSH/Makefile +++ b/net/p5-Net-OpenSSH/Makefile @@ -17,7 +17,8 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-IO-Tty>=0:${PORTSDIR}/devel/p5-IO-Tty RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::OpenSSH::Constants.3 \ Net::OpenSSH::ConnectionCache.3 \ diff --git a/net/p5-ZeroMQ/Makefile b/net/p5-ZeroMQ/Makefile index 6eb28893f262..f0309421ccf6 100644 --- a/net/p5-ZeroMQ/Makefile +++ b/net/p5-ZeroMQ/Makefile @@ -29,7 +29,8 @@ TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ USES= pkgconfig MAKE_JOBS_UNSAFE= yes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= \ ZeroMQ::Raw.3 \ |