Alexander Afanasyev | 64f1c35 | 2013-07-14 13:24:50 -0700 | [diff] [blame] | 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 | PortSystem 1.0 |
| 5 | PortGroup python 1.0 |
| 6 | |
| 7 | name py-pyccn |
| 8 | homepage https://github.com/named-data/PyNDN |
| 9 | license BSD |
| 10 | version 0.3 |
| 11 | |
| 12 | python.versions 27 |
| 13 | python.default_version 27 |
| 14 | |
| 15 | categories net ccnx python |
| 16 | platforms darwin |
| 17 | maintainers ucla.edu:alexander.afanasyev |
| 18 | |
| 19 | description PyNDN (aka PyCCN) - NDN bindings for Python |
| 20 | |
| 21 | replaced_by py-ndn |
| 22 | if {$subport != $name} { |
| 23 | replaced_by py${python.version}-ndn |
| 24 | } |
| 25 | |
| 26 | PortGroup obsolete 1.0 |