Revision 206, 0.8 kB
(checked in by quentin, 13 years ago)
|
Add port for hes
|
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 python 1.0 |
---|
5 |
|
---|
6 |
name macathena-hes |
---|
7 |
version svn158 |
---|
8 |
distname hes-${version} |
---|
9 |
categories net |
---|
10 |
platforms darwin |
---|
11 |
maintainers mit.edu:sipb-macathena |
---|
12 |
description Hesiod lookups for common Hesiod entries |
---|
13 |
|
---|
14 |
master_sites http://macathena.mit.edu/dist/ |
---|
15 |
|
---|
16 |
python.versions 27 |
---|
17 |
python.default_version 27 |
---|
18 |
python.link_binaries_suffix |
---|
19 |
|
---|
20 |
checksums md5 fb9fbcaddabfae64f9c3dbb8b6044c91 \ |
---|
21 |
sha1 02780a744e61d9f2ac732c162cf9afb7824e6920 \ |
---|
22 |
rmd160 18c20ca4a5c060b73a3551f77d0a50e5e81e745c |
---|
23 |
|
---|
24 |
depends_run-append port:py${python.version}-hesiod |
---|