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$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | version 1.2 |
---|
8 | revision 1 |
---|
9 | categories perl devel |
---|
10 | |
---|
11 | perl5.branches 5.16 5.18 5.20 |
---|
12 | perl5.setup HTML-Email-Obfuscate 1.00 ../by-authors/id/A/AD/ADAMK |
---|
13 | |
---|
14 | platforms darwin |
---|
15 | maintainers openmaintainer \ |
---|
16 | master-developer.com:macports |
---|
17 | license {Artistic-1 GPL} |
---|
18 | |
---|
19 | supported_archs noarch |
---|
20 | |
---|
21 | if { ${perl5.major} != "" } { |
---|
22 | depends_lib-append port:p${perl5.major}-html-parser |
---|
23 | } |
---|
24 | |
---|
25 | description HTML::Email::Obfuscate - Obfuscate email addresses in HTML so they can't be scraped by bots |
---|
26 | |
---|
27 | long_description \"Don\'t put emails directly on the page, they will be scraped\" Stuff that, I\'m sick of looking at \"bob at smith dot com\". Why can\'t we just write emails in a way that looks normal to people, but is very, very difficult to scrape off. Most email scrapers only use very very simple parsing methods. And it isn\'t as if it is hard to just do. |
---|
28 | |
---|
29 | homepage http://search.cpan.org/~adamk/HTML-Email-Obfuscate-1.00/lib/HTML/Email/Obfuscate.pm |
---|
30 | |
---|
31 | checksums sha256 bab6d20919b330b8c1dd42098686141e247cc4b72ef0d1624c831f9ae36a4870 \ |
---|
32 | rmd160 1fbf4e9cb291fd2a65e441352fb2015c59b98ec6 |
---|
33 | |
---|
34 | |
---|