# -*- 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 python 1.0 | |
name py-pyccn | |
homepage https://github.com/named-data/PyNDN | |
license BSD | |
version 0.3 | |
python.versions 27 | |
python.default_version 27 | |
categories net ccnx python | |
platforms darwin | |
maintainers ucla.edu:alexander.afanasyev | |
description PyNDN (aka PyCCN) - NDN bindings for Python | |
replaced_by py-ndn | |
if {$subport != $name} { | |
replaced_by py${python.version}-ndn | |
} | |
PortGroup obsolete 1.0 |