diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Mon/Makefile | 8 | ||||
-rw-r--r-- | net/p5-Mon/pkg-descr | 3 | ||||
-rw-r--r-- | net/p5-Net-DNS/Makefile | 8 | ||||
-rw-r--r-- | net/p5-Net-DNS/pkg-descr | 1 | ||||
-rw-r--r-- | net/p5-Net-Daemon/Makefile | 8 | ||||
-rw-r--r-- | net/p5-Net-IPv4Addr/Makefile | 8 | ||||
-rw-r--r-- | net/p5-Net-Netmask/Makefile | 5 | ||||
-rw-r--r-- | net/p5-Net-RawIP/Makefile | 6 | ||||
-rw-r--r-- | net/p5-Net-SNMP/Makefile | 1 | ||||
-rw-r--r-- | net/p5-Net-SNMP3/Makefile | 1 | ||||
-rw-r--r-- | net/p5-Net-Whois/Makefile | 5 | ||||
-rw-r--r-- | net/p5-Net-ext/Makefile | 8 | ||||
-rw-r--r-- | net/p5-Net/Makefile | 5 | ||||
-rw-r--r-- | net/p5-NetAddr-IP/Makefile | 7 | ||||
-rw-r--r-- | net/p5-PlRPC/Makefile | 5 | ||||
-rw-r--r-- | net/p5-SNMP-Util/Makefile | 7 | ||||
-rw-r--r-- | net/p5-SNMP/Makefile | 1 | ||||
-rw-r--r-- | net/p5-SNMP_Session/Makefile | 1 | ||||
-rw-r--r-- | net/p5-SOAP/Makefile | 1 | ||||
-rw-r--r-- | net/p5-SOAP/pkg-descr | 3 | ||||
-rw-r--r-- | net/p5-Socket6/Makefile | 6 | ||||
-rw-r--r-- | net/p5-Socks/Makefile | 5 | ||||
-rw-r--r-- | net/p5-URI/Makefile | 7 | ||||
-rw-r--r-- | net/p5-perl-ldap/Makefile | 5 |
24 files changed, 28 insertions, 87 deletions
diff --git a/net/p5-Mon/Makefile b/net/p5-Mon/Makefile index 2c7d5e121b58..596306bb1380 100644 --- a/net/p5-Mon/Makefile +++ b/net/p5-Mon/Makefile @@ -15,15 +15,11 @@ DISTNAME= Mon-${PORTVERSION} MAINTAINER= nick@netdot.net -USE_PERL5= YES +PERL_CONFIGURE= YES +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Mon::SNMP.3 \ Mon::Client.3 \ Mon::Protocol.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - -do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - .include <bsd.port.mk> diff --git a/net/p5-Mon/pkg-descr b/net/p5-Mon/pkg-descr index 5d6b8678a322..a97b1716a277 100644 --- a/net/p5-Mon/pkg-descr +++ b/net/p5-Mon/pkg-descr @@ -4,4 +4,5 @@ things like special logging routines and persistent monitors are being considered. "mon" is a tool for monitoring the availability of services. -More information can be found at http://www.kernel.org/software/mon/. + +WWW: http://www.kernel.org/software/mon/. diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile index 8dce56d7200f..9e1750001df6 100644 --- a/net/p5-Net-DNS/Makefile +++ b/net/p5-Net-DNS/Makefile @@ -14,8 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org -USE_PERL5= yes +PERL_CONFIGURE= yes +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Net::DNS.3 Net::DNS::Header.3 Net::DNS::Packet.3 \ Net::DNS::Question.3 Net::DNS::RR.3 Net::DNS::RR::A.3 \ Net::DNS::RR::AFSDB.3 Net::DNS::RR::CNAME.3 Net::DNS::RR::HINFO.3 \ @@ -28,9 +29,4 @@ MAN3= Net::DNS.3 Net::DNS::Header.3 Net::DNS::Packet.3 \ Net::DNS::RR::NSAP.3 Net::DNS::RR::NULL.3 Net::DNS::RR::PX.3 \ Net::DNS::Update.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - -do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - .include <bsd.port.mk> diff --git a/net/p5-Net-DNS/pkg-descr b/net/p5-Net-DNS/pkg-descr index a4489531f96f..9c055dcb935f 100644 --- a/net/p5-Net-DNS/pkg-descr +++ b/net/p5-Net-DNS/pkg-descr @@ -42,4 +42,3 @@ Net::DNS::RR is the base class for DNS resource record (RR) objects in the answer, authority, and additional sections of a DNS packet. - diff --git a/net/p5-Net-Daemon/Makefile b/net/p5-Net-Daemon/Makefile index f59ba23e5d5d..0d7200b760dc 100644 --- a/net/p5-Net-Daemon/Makefile +++ b/net/p5-Net-Daemon/Makefile @@ -14,15 +14,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= vanilla@FreeBSD.ORG -USE_PERL5= yes +PERL_CONFIGURE= yes +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Net::Daemon.3 \ Net::Daemon::Log.3 \ Net::Daemon::Test.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - -do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - .include <bsd.port.mk> diff --git a/net/p5-Net-IPv4Addr/Makefile b/net/p5-Net-IPv4Addr/Makefile index 51b18c597dc7..ef34bababbe4 100644 --- a/net/p5-Net-IPv4Addr/Makefile +++ b/net/p5-Net-IPv4Addr/Makefile @@ -14,14 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= bradh@uunet.co.za -USE_PERL5= yes +PERL_CONFIGURE= yes + MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN1= ipv4calc.1 MAN3= Net::IPv4Addr.3 -do-configure: - - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ - PREFIX=${PREFIX} - .include <bsd.port.mk> diff --git a/net/p5-Net-Netmask/Makefile b/net/p5-Net-Netmask/Makefile index 20028a3bf3ff..5cd8d012e6ab 100644 --- a/net/p5-Net-Netmask/Makefile +++ b/net/p5-Net-Netmask/Makefile @@ -14,12 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= wchao@isi.edu -USE_PERL5= yes +PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Net::Netmask.3 -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - .include <bsd.port.mk> diff --git a/net/p5-Net-RawIP/Makefile b/net/p5-Net-RawIP/Makefile index c0358ecaab64..d4be6305f122 100644 --- a/net/p5-Net-RawIP/Makefile +++ b/net/p5-Net-RawIP/Makefile @@ -16,12 +16,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org -USE_PERL5= yes +PERL_CONFIGURE= yes MAN3= Net::RawIP.3 Net::RawIP::libpcap.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ - CC="${CC}" CCFLAGS="${CFLAGS}" - .include <bsd.port.mk> diff --git a/net/p5-Net-SNMP/Makefile b/net/p5-Net-SNMP/Makefile index 0b7393700223..974a033225ac 100644 --- a/net/p5-Net-SNMP/Makefile +++ b/net/p5-Net-SNMP/Makefile @@ -16,7 +16,6 @@ MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/${PORTNAME}-3.6 -USE_PERL5= yes PERL_CONFIGURE= yes MAN3= Net::SNMP.3 diff --git a/net/p5-Net-SNMP3/Makefile b/net/p5-Net-SNMP3/Makefile index 0b7393700223..974a033225ac 100644 --- a/net/p5-Net-SNMP3/Makefile +++ b/net/p5-Net-SNMP3/Makefile @@ -16,7 +16,6 @@ MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/${PORTNAME}-3.6 -USE_PERL5= yes PERL_CONFIGURE= yes MAN3= Net::SNMP.3 diff --git a/net/p5-Net-Whois/Makefile b/net/p5-Net-Whois/Makefile index 4968088a3187..4038e355f74e 100644 --- a/net/p5-Net-Whois/Makefile +++ b/net/p5-Net-Whois/Makefile @@ -16,12 +16,9 @@ MAINTAINER= demon@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Locale/Country.pm:${PORTSDIR}/misc/p5-Locale-Codes -USE_PERL5= YES +PERL_CONFIGURE= YES MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Net::Whois.3 -do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - .include <bsd.port.mk> diff --git a/net/p5-Net-ext/Makefile b/net/p5-Net-ext/Makefile index 29222a8edfa9..ca7886d1d17a 100644 --- a/net/p5-Net-ext/Makefile +++ b/net/p5-Net-ext/Makefile @@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= igor@zynaps.ru -USE_PERL5= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +PERL_CONFIGURE= yes +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Net::Gen.3 \ Net::Inet.3 \ Net::TCP.3 \ @@ -25,8 +25,4 @@ MAN3= Net::Gen.3 \ Net::UNIX.3 \ Net::UNIX::Server.3 -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ - CC="${CC}" CCFLAGS="${CFLAGS}" - .include <bsd.port.mk> diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile index ce10b0698829..73dbc978281d 100644 --- a/net/p5-Net/Makefile +++ b/net/p5-Net/Makefile @@ -14,7 +14,7 @@ DISTNAME= libnet-${PORTVERSION} MAINTAINER= demon@FreeBSD.org -USE_PERL5= yes +PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= \ @@ -31,7 +31,4 @@ MAN3= \ Net::Time.3 \ Net::libnetFAQ.3 -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - .include <bsd.port.mk> diff --git a/net/p5-NetAddr-IP/Makefile b/net/p5-NetAddr-IP/Makefile index 54ae0256110d..d9090c307854 100644 --- a/net/p5-NetAddr-IP/Makefile +++ b/net/p5-NetAddr-IP/Makefile @@ -14,12 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@freebsd.org -USE_PERL5= yes +PERL_CONFIGURE= yes + MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= NetAddr::IP.3 -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ - PREFIX=${PREFIX} - .include <bsd.port.mk> diff --git a/net/p5-PlRPC/Makefile b/net/p5-PlRPC/Makefile index 981f80a332ef..ba618ad8a104 100644 --- a/net/p5-PlRPC/Makefile +++ b/net/p5-PlRPC/Makefile @@ -17,14 +17,11 @@ MAINTAINER= vanilla@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/Daemon.pm:${PORTSDIR}/net/p5-Net-Daemon \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable -USE_PERL5= yes +PERL_CONFIGURE= yes MAN3= Bundle::PlRPC.3 \ RPC::PlClient.3 \ RPC::PlServer.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL - .include <bsd.port.mk> diff --git a/net/p5-SNMP-Util/Makefile b/net/p5-SNMP-Util/Makefile index e1566db80e67..558fcdc7262d 100644 --- a/net/p5-SNMP-Util/Makefile +++ b/net/p5-SNMP-Util/Makefile @@ -14,14 +14,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= fenner@FreeBSD.org -RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/SNMP.pm:${PORTSDIR}/net/p5-SNMP +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/SNMP.pm:${PORTSDIR}/net/p5-SNMP -USE_PERL5= yes +PERL_CONFIGURE= yes MAN3= SNMP::Util.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - .include <bsd.port.mk> diff --git a/net/p5-SNMP/Makefile b/net/p5-SNMP/Makefile index 6c8dbc430d20..b20696c57b45 100644 --- a/net/p5-SNMP/Makefile +++ b/net/p5-SNMP/Makefile @@ -16,7 +16,6 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= snmp.4:${PORTSDIR}/net/net-snmp -USE_PERL5= yes PERL_CONFIGURE= yes post-install: diff --git a/net/p5-SNMP_Session/Makefile b/net/p5-SNMP_Session/Makefile index 846aa5a7ce07..18467d482485 100644 --- a/net/p5-SNMP_Session/Makefile +++ b/net/p5-SNMP_Session/Makefile @@ -13,7 +13,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org -USE_PERL5= yes PERL_CONFIGURE= yes pre-install: diff --git a/net/p5-SOAP/Makefile b/net/p5-SOAP/Makefile index 54b667146b4a..aef6f1140ca4 100644 --- a/net/p5-SOAP/Makefile +++ b/net/p5-SOAP/Makefile @@ -19,7 +19,6 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-X RUN_DEPENDS= ${BUILD_DEPENDS} SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} -USE_PERL5= yes PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} diff --git a/net/p5-SOAP/pkg-descr b/net/p5-SOAP/pkg-descr index d3ad370d2cd3..bae2cfcb844d 100644 --- a/net/p5-SOAP/pkg-descr +++ b/net/p5-SOAP/pkg-descr @@ -2,6 +2,5 @@ SOAP/Perl is a collection of Perl modules which provides a simple and consistent application programming interface (API) to the Simple Object Access Protocol (SOAP). -To learn more about SOAP, see http://www.w3.org/TR/SOAP/. - +WWW: http://www.w3.org/TR/SOAP/ --will diff --git a/net/p5-Socket6/Makefile b/net/p5-Socket6/Makefile index e739b114edf3..a179d56aacf7 100644 --- a/net/p5-Socket6/Makefile +++ b/net/p5-Socket6/Makefile @@ -14,10 +14,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= ume@FreeBSD.org -USE_PERL5= yes - -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ - CC="${CC}" CCFLAGS="${CFLAGS}" +PERL_CONFIGURE= yes .include <bsd.port.mk> diff --git a/net/p5-Socks/Makefile b/net/p5-Socks/Makefile index 4a4861ba8041..0bdf5955a8aa 100644 --- a/net/p5-Socks/Makefile +++ b/net/p5-Socks/Makefile @@ -14,12 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= nakai@FreeBSD.org -USE_PERL5= yes +PERL_CONFIGURE= yes MAN3= Net::SOCKS.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - .include <bsd.port.mk> diff --git a/net/p5-URI/Makefile b/net/p5-URI/Makefile index 80256d359d2f..07ac2c01fd71 100644 --- a/net/p5-URI/Makefile +++ b/net/p5-URI/Makefile @@ -16,7 +16,8 @@ MAINTAINER= ache@FreeBSD.org BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 -USE_PERL5= yes +PERL_CONFIGURE= yes + MAN3= URI.3 \ URI::data.3 \ URI::Escape.3 \ @@ -25,10 +26,6 @@ MAN3= URI.3 \ URI::ldap.3 \ URI::URL.3 \ URI::WithBase.3 - MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - .include <bsd.port.mk> diff --git a/net/p5-perl-ldap/Makefile b/net/p5-perl-ldap/Makefile index d7bc296c962d..159f9eae5e76 100644 --- a/net/p5-perl-ldap/Makefile +++ b/net/p5-perl-ldap/Makefile @@ -19,6 +19,8 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Convert/ASN1.pm:${PO ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL +PERL_CONFIGURE= yes + MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Net::LDAP::Control::VLVResponse.3 \ Net::LDAP::Entry.3 \ @@ -44,7 +46,4 @@ MAN3= Net::LDAP::Control::VLVResponse.3 \ Net::LDAP::Reference.3 \ Net::LDAP::RFC.3 -do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - .include <bsd.port.mk> |