Revision 205, 1.1 kB
(checked in by quentin, 13 years ago)
|
Add port for broder's pyhesiod
|
Line | |
---|
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 |
|
---|
3 |
PortSystem 1.0 |
---|
4 |
PortGroup python27 1.0 |
---|
5 |
|
---|
6 |
name py27-hesiod |
---|
7 |
version 0.2.10 |
---|
8 |
categories python devel |
---|
9 |
platforms darwin |
---|
10 |
maintainers mit.edu:sipb-macathena |
---|
11 |
description Python bindings for the Hesiod name resolution library |
---|
12 |
|
---|
13 |
homepage https://github.com/ebroder/python-hesiod |
---|
14 |
master_sites https://github.com/ebroder/python-hesiod/tarball |
---|
15 |
|
---|
16 |
distname ${version} |
---|
17 |
distfiles ${distname} |
---|
18 |
worksrcdir ebroder-python-hesiod-004e69f |
---|
19 |
|
---|
20 |
checksums md5 23fc93e01e10d2ac8ecd7044ef7adcce \ |
---|
21 |
sha1 d933c1f8499c629a134eaf862c8acfd0f7203f2c \ |
---|
22 |
rmd160 58498797d050ed94e1f7100aa56b394afefc2fb6 |
---|
23 |
|
---|
24 |
depends_lib-append port:libhesiod \ |
---|
25 |
port:py27-pyrex \ |
---|
26 |
port:py27-distribute |
---|
27 |
patchfiles patch-setup.py |
---|
28 |
post-patch { |
---|
29 |
reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/setup.py |
---|
30 |
} |
---|