Revision a7f9a7eaa474541a84a3da56c8dd8ddff60fe221 authored by Xin Li on 03 July 2017, 05:42:55 UTC, committed by Xin Li on 03 July 2017, 05:42:55 UTC
1 parent c25b7d9
Raw File
runtime-development.ucl
#
# $FreeBSD$
#

name = "FreeBSD-%PKGNAME%"
origin = "base"
version = "%VERSION%"
comment = "%COMMENT%"
categories = [ base ]
maintainer = "re@FreeBSD.org"
www = "https://www.FreeBSD.org"
prefix = "/"
licenselogic = "single"
licenses = [ BSD2CLAUSE ]
desc = <<EOD
%DESC%
EOD
deps: {
    FreeBSD-%PKGDEPS%: {
        origin: "base",
        version: "%VERSION%"
    }
}

back to top