aboutsummaryrefslogtreecommitdiff
path: root/release/packages/groff.ucl
blob: 281d2a593492bdcfae617b9a86382e645bc1cdf9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# $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 = [ GPLv2 ]
desc = <<EOD
%DESC%
EOD
deps: {
    FreeBSD-%PKGDEPS%: {
        origin: "base",
        version: "%VERSION%"
    }
}