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