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.0 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 Email-Valid 1.202 |
---|
9 | license {Artistic-1 GPL} |
---|
10 | maintainers nomaintainer |
---|
11 | description Check validity of Internet email addresses |
---|
12 | long_description This module determines whether an email address is \ |
---|
13 | well-formed, and optionally, whether a mail host \ |
---|
14 | exists for the domain. |
---|
15 | |
---|
16 | platforms darwin |
---|
17 | |
---|
18 | checksums rmd160 5d5454e94e5605e5ac4a055e6b38f97010185972 \ |
---|
19 | sha256 d021089b662a60e6a0c8abdb72bd9c5e46848d248d98a98c1ea2addf1aac13a2 |
---|
20 | |
---|
21 | if {${perl5.major} != ""} { |
---|
22 | depends_lib-append \ |
---|
23 | port:p${perl5.major}-io-captureoutput \ |
---|
24 | port:p${perl5.major}-mailtools \ |
---|
25 | port:p${perl5.major}-net-dns \ |
---|
26 | port:p${perl5.major}-net-domain-tld |
---|
27 | |
---|
28 | supported_archs noarch |
---|
29 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.