Ticket #31255: Portfile

File Portfile, 712 bytes (added by cowboyneal@…, 13 years ago)

Portfile for p5-www-shorten-googl

Line 
1# $Id$
2
3PortSystem          1.0
4PortGroup           perl5 1.0
5
6perl5.setup         WWW-Shorten-Googl 1.02
7maintainers         gmail.com:cowboyneal openmaintainer
8description         Perl interface to goo.gl
9long_description    ${description}
10
11platforms           darwin
12
13checksums           sha1    bee136894044a0629cbc05ad53419658a5695a44 \
14                    rmd160  ad3fec4481a01bbcc68941f3042678e6f0033641
15
16if {${perl5.major} != ""} {
17    depends_lib-append  port:p${perl5.major}-libwww-perl \
18                        port:p${perl5.major}-www-shorten \
19                        port:p${perl5.major}-lwp-protocol-https \
20                        port:p${perl5.major}-json-any
21
22    supported_archs     noarch
23}