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.4 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 3.10 Net/SHAY |
---|
9 | license {Artistic-1 GPL} |
---|
10 | maintainers nomaintainer |
---|
11 | |
---|
12 | description libnet is a collection of Perl modules which provides a simple \ |
---|
13 | and consistent programming interface (API) to the client side \ |
---|
14 | of various protocols used in the internet community. |
---|
15 | |
---|
16 | long_description ${description} |
---|
17 | |
---|
18 | homepage https://metacpan.org/release/libnet/ |
---|
19 | distname libnet-${perl5.moduleversion} |
---|
20 | |
---|
21 | checksums rmd160 ee64a14fcf32784b0dd46b6d73cd79f50e9c855a \ |
---|
22 | sha256 53bf4478301cf2377f04534c74ef116412dee8c726ae6245115c0ad11daa8061 |
---|
23 | |
---|
24 | platforms darwin |
---|
25 | |
---|
26 | if {${perl5.major} != ""} { |
---|
27 | depends_build-append \ |
---|
28 | port:p${perl5.major}-extutils-makemaker |
---|
29 | |
---|
30 | depends_lib-append \ |
---|
31 | port:p${perl5.major}-authen-sasl \ |
---|
32 | port:p${perl5.major}-io-socket-ip \ |
---|
33 | port:p${perl5.major}-io-socket-ssl \ |
---|
34 | port:p${perl5.major}-socket |
---|
35 | |
---|
36 | supported_archs noarch |
---|
37 | } |
---|
38 | |
---|
39 | livecheck.type regex |
---|
40 | livecheck.url http://search.cpan.org/CPAN/authors/id/S/SH/SHAY/ |
---|
41 | livecheck.regex {libnet-(\d+(?:\.\d+)*)} |
---|
Note: See
TracBrowser
for help on using the repository browser.