mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 16:30:53 -05:00
This is useful for downstream users to customize the packages. Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D26019
18 lines
268 B
Text
18 lines
268 B
Text
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
name = "%PKG_NAME_PREFIX%-%PKGNAME%"
|
|
origin = "base"
|
|
version = "%VERSION%"
|
|
comment = "%COMMENT%"
|
|
categories = [ base ]
|
|
maintainer = "%PKG_MAINTAINER%"
|
|
www = "%PKG_WWW%"
|
|
prefix = "/"
|
|
licenselogic = "single"
|
|
licenses = [ ISCL ]
|
|
desc = <<EOD
|
|
%DESC%
|
|
EOD
|
|
|