Ticket #47397: Portfile

File Portfile, 1.3 KB (added by macports@…, 9 years ago)

Updated Portfile with obsolete perl versions removed

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$
3
4PortSystem          1.0
5PortGroup           perl5 1.0
6
7version                         1.2
8revision                        1
9categories                      perl devel
10
11perl5.branches      5.16 5.18 5.20
12perl5.setup         HTML-Email-Obfuscate 1.00 ../by-authors/id/A/AD/ADAMK
13
14platforms           darwin
15maintainers         openmaintainer \
16                                        master-developer.com:macports
17license             {Artistic-1 GPL}
18
19supported_archs     noarch
20
21if { ${perl5.major} != "" } {
22                depends_lib-append                      port:p${perl5.major}-html-parser
23}
24
25description         HTML::Email::Obfuscate - Obfuscate email addresses in HTML so they can't be scraped by bots
26
27long_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
29homepage                        http://search.cpan.org/~adamk/HTML-Email-Obfuscate-1.00/lib/HTML/Email/Obfuscate.pm
30
31checksums           sha256 bab6d20919b330b8c1dd42098686141e247cc4b72ef0d1624c831f9ae36a4870 \
32                    rmd160 1fbf4e9cb291fd2a65e441352fb2015c59b98ec6
33
34