[129050] trunk/dports/perl
devans at macports.org
devans at macports.org
Thu Dec 4 10:47:08 PST 2014
Revision: 129050
https://trac.macports.org/changeset/129050
Author: devans at macports.org
Date: 2014-12-04 10:47:08 -0800 (Thu, 04 Dec 2014)
Log Message:
-----------
p5-encode-jisx0213: new port, JIS X 0213 encodings.
Added Paths:
-----------
trunk/dports/perl/p5-encode-jisx0213/
trunk/dports/perl/p5-encode-jisx0213/Portfile
Added: trunk/dports/perl/p5-encode-jisx0213/Portfile
===================================================================
--- trunk/dports/perl/p5-encode-jisx0213/Portfile (rev 0)
+++ trunk/dports/perl/p5-encode-jisx0213/Portfile 2014-12-04 18:47:08 UTC (rev 129050)
@@ -0,0 +1,22 @@
+# -*- 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
+# $Id$
+
+PortSystem 1.0
+PortGroup perl5 1.0
+
+perl5.branches 5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup Encode-JISX0213 0.03
+license {Artistic-1 GPL}
+platforms darwin
+maintainers devans openmaintainer
+description Encode::JISX0213 - JIS X 0213 encodings
+long_description ${description}
+
+checksums rmd160 8bc07a9b5b87c061be48778be7829e22aa6a7d0a \
+ sha256 122a3e4c02f2aa757e704d87202d8e8a0a9660298e6be2bba56cb37cf3a9ee82
+
+if {${perl5.major} != ""} {
+ depends_lib-append \
+ port:p${perl5.major}-encode \
+ port:p${perl5.major}-encode-iso2022
+}
Property changes on: trunk/dports/perl/p5-encode-jisx0213/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141204/f54b2bd4/attachment.html>
More information about the macports-changes
mailing list