aboutsummaryrefslogblamecommitdiff
path: root/release/packages/syscons.ucl
blob: 753c26bc50211f95dccbf6427b7ec96577f74111 (plain) (tree)
1
2
3
4
5
6
7
8
9
10



           
                          

                     
                     

                             
                               



                         
      
   
       
                        




                            
#
# $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%"
    }
}