Ticket #29420: Portfile

File Portfile, 845 bytes (added by macfreek (Freek Dijkstra), 13 years ago)

Portfile for py26-pyang 1.1

Line 
1# $Id: $
2
3PortSystem 1.0
4PortGroup python26 1.0
5
6name                    py26-pyang
7version                 1.1
8revision                0
9categories              python net
10platforms               darwin
11maintainers             nomaintainer
12description             An extensible YANG validator and converter in python
13long_description        \
14        YANG (RFC 6020) is a data modeling language for NETCONF (RFC 4741), \
15        developed by the IETF NETMOD WG. pyang is a YANG validator, transformator \
16        and code generator, written in python. It can be used to validate YANG \
17        modules for correctness, to transform YANG modules into other formats, \
18        and to generate code from the modules.
19
20homepage                http://code.google.com/p/pyang/
21master_sites    googlecode:pyang
22distname                pyang-${version}
23checksums               md5     517396387797a99c3f32198e688c58d3 \
24                                sha1    7c8590ef57c5271fef0b5f531cb2915ba63ea076 \
25                                rmd160  5aa9ac7f6604275f3ef9107724ae7354a3e10f1e
26