root/trunk/ports/fuse/macathena-pyhesiodfs/Portfile

Revision 215, 1.1 kB (checked in by quentin, 4 years ago)

macathena-pyhesiodfs package

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-pyhesiodfs
7 version             214
8 categories          fuse
9 distname            pyhesiodfs-svn${version}
10 master_sites        http://macathena.mit.edu/dist/
11 platforms           darwin
12 maintainers         {mit.edu:quentin @quentinmit} openmaintainer
13 description         Automatically mounts AFS lockers in /mit
14 long_description    Automatically mounts AFS lockers in /mit
15 homepage            http://macathena.mit.edu/
16
17 checksums           rmd160  a25d52647faf565db467f8ba18c99be6c67701ae \
18                     sha256  d8ca3a960a4ba41d2f786d2d6cf95d08079057f73d389c2ae5e540ceaa05e583 \
19                     size    10458
20
21 license             GPL-2
22
23 python.default_version 27
24
25 post-patch {
26     reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/edu.mit.sipb.mit-automounter.plist
27 }
28
29 depends_lib         port:py${python.version}-hesiod \
30                     port:py${python.version}-fuse
Note: See TracBrowser for help on using the browser.