diff --git a/perl/p5-xml-twig/Portfile b/perl/p5-xml-twig/Portfile
index 255a851..d62c51c 100644
a
|
b
|
|
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 | | # $Id$ |
3 | | |
4 | | # This comment was inserted on 20160713 to force reindexing of |
5 | | # this port after the default homepage definition in the perl5 |
6 | | # PortGroup was changed to use metacpan.org (r150080). |
7 | | # Reindexing is necessary for the new definition to take effect. |
8 | | # This comment may be removed in subsequent updates of this port. |
9 | 2 | |
10 | 3 | PortSystem 1.0 |
11 | 4 | PortGroup perl5 1.0 |
12 | 5 | |
13 | 6 | perl5.branches 5.24 |
14 | | perl5.setup XML-Twig 3.49 |
| 7 | perl5.setup XML-Twig 3.52 |
15 | 8 | platforms darwin |
16 | | maintainers janusresearch.com:frank.mcpherson |
| 9 | maintainers janusresearch.com:frank.mcpherson openmaintainer |
17 | 10 | license {Artistic-1 GPL} |
18 | 11 | supported_archs noarch |
19 | 12 | |
… |
… |
description A perl module for processing huge XML documents in tree mode |
22 | 15 | long_description Twig offers a tree-oriented interface \ |
23 | 16 | to a document while handling large docs. |
24 | 17 | |
25 | | checksums rmd160 7aab0ed9484fa01f45d7b8c787d0f6b229606803 \ |
26 | | sha256 3e0def8a7477fefa8c27fabf11899a459c8b793909182d016ba26749e9354e01 |
| 18 | checksums rmd160 532413b74b6372e32c9a1e54b0a73ffd24ad31ff \ |
| 19 | sha256 fef75826c24f2b877d0a0d2645212fc4fb9756ed4d2711614ac15c497e8680ad |
27 | 20 | |
28 | 21 | if {${perl5.major} != ""} { |
29 | 22 | depends_build-append \ |