Last change
on this file was
154393,
checked in by mojca@…, 18 months ago
|
p5-*: remove subports for perl5.22 (#52081)
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.6 KB
|
Line | |
---|
1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile 154393 2016-10-28 22:10:07Z mojca@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | perl5.branches 5.24 |
---|
8 | perl5.setup Net-SNMP v6.0.1 |
---|
9 | revision 1 |
---|
10 | license {Artistic-1 GPL} |
---|
11 | maintainers nomaintainer |
---|
12 | description Object oriented interface to SNMP |
---|
13 | long_description The Net::SNMP module implements an object oriented \ |
---|
14 | interface to the Simple Network Management Protocol. \ |
---|
15 | Perl applications can use the module to retrieve or \ |
---|
16 | update information on a remote host using the SNMP \ |
---|
17 | protocol. The module supports SNMP version-1, SNMP \ |
---|
18 | version-2c (Community-Based SNMPv2), and SNMP \ |
---|
19 | version-3. The Net::SNMP module assumes that the \ |
---|
20 | user has a basic understanding of the Simple Network \ |
---|
21 | Management Protocol and related network management \ |
---|
22 | concepts. |
---|
23 | platforms darwin |
---|
24 | |
---|
25 | checksums rmd160 86ed463c87c694a06dabbb6a86234f0e44249a56 \ |
---|
26 | sha256 14c37bc1cbb3f3cdc7d6c13e0f27a859f14cdcfd5ea54a0467a88bc259b0b741 |
---|
27 | |
---|
28 | if {${perl5.major} != ""} { |
---|
29 | depends_lib-append \ |
---|
30 | port:p${perl5.major}-crypt-des \ |
---|
31 | port:p${perl5.major}-crypt-rijndael \ |
---|
32 | port:p${perl5.major}-digest-hmac \ |
---|
33 | port:p${perl5.major}-digest-sha1 \ |
---|
34 | port:p${perl5.major}-socket6 |
---|
35 | |
---|
36 | perl5.use_module_build |
---|
37 | supported_archs noarch |
---|
38 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.