Commits
Ryan Schmidt authored and Perry E. Metzger committed f1b80a91bea
1 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 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup perl5 1.0 |
5 5 | |
6 6 | perl5.branches 5.26 |
7 7 | perl5.setup Net-Twitter-Lite 0.12008 |
8 8 | license {Artistic-1 GPL} |
9 - | maintainers gmail.com:blair.christensen openmaintainer |
9 + | maintainers {gmail.com:blair.christensen @blairc} openmaintainer |
10 10 | |
11 11 | description A perl interface to the Twitter API |
12 12 | long_description ${description} |
13 13 | |
14 14 | checksums rmd160 d6e7368c6c876e767d9fc2d7dd8182eeaec3b775 \ |
15 15 | sha256 b2eabe1f2a3f2c64decd60f27bc3b46ee652560b024c4c568115616c8d4a468e |
16 16 | |
17 17 | platforms darwin |
18 18 | |
19 19 | if {${perl5.major} != ""} { |