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

name                port-A1
categories          categoryA
platforms           darwin
maintainers         {email.com:user @user}
license             MIT

description         This is port A1 of categoryA
long_description    Just a test port written to test something.

homepage            http://portA1.website/

depends_lib         lib:pq:port-A2 port:port-A3-diff
depends_fetch       bin:port-A4:port-A4

subport             port-A1-subport {}

notes "
    Some random notes
"
