# -*- 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

PortSystem          1.0
PortGroup           github 1.0
PortGroup           common_lisp 1.0

github.setup        hraban moptilities a436f16b357c96b82397ec018ea469574c10dd41
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball

# NOTE: repository was moved from github user gwkkwg to hraban,
# and github produces archive which contains user name inside
# => checksums are miss match with distfiles, until any commit is made
master_sites        macports_distfiles

name                cl-moptilities
version             20170330
revision            0

checksums           rmd160  f04d204d35968279de1a3682fc11eeda67c50d3b \
                    sha256  8f7d8b0806157810e87dc696c03f2aea04a2fc4fee08f7c810f8aaf48cd86406 \
                    size    15816

categories-append   devel
maintainers         nomaintainer
license             BSD

description         compatibility layer for minor MOP implementation differences

long_description    {*}${description}

depends_lib-append  port:cl-closer-mop \
                    port:cl-lift

patchfiles-append   modern-lift.diff
