diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-04-09 09:31:13 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-04-09 09:31:13 +0000 |
commit | 0479e16b611e61bbfd456c2caa25331df2f8c95c (patch) | |
tree | 1143e57800a5ba9c7dd7ce6f6e55b717014fc639 | |
parent | devel/pecl-xdebug: Update to 2.7.1 (diff) |
- Add LICENSE
- Update WWW
Approved by: portmgr blanket
-rw-r--r-- | sysutils/bacula9-server/Makefile | 3 | ||||
-rw-r--r-- | sysutils/bacula9-server/pkg-descr | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/bacula9-server/Makefile b/sysutils/bacula9-server/Makefile index 26ef7fcd4c61..1bcfce3ae041 100644 --- a/sysutils/bacula9-server/Makefile +++ b/sysutils/bacula9-server/Makefile @@ -12,6 +12,9 @@ PKGNAMESUFFIX?= 9-server MAINTAINER= dvl@FreeBSD.org COMMENT?= Network backup solution (server) +LICENSE= AGPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + USES+= libtool readline shebangfix ssl SHEBANG_FILES= src/cats/make_catalog_backup.pl.in python_OLD_CMD= @PYTHON@ diff --git a/sysutils/bacula9-server/pkg-descr b/sysutils/bacula9-server/pkg-descr index 4167c26533dc..20aa3c67feda 100644 --- a/sysutils/bacula9-server/pkg-descr +++ b/sysutils/bacula9-server/pkg-descr @@ -8,4 +8,4 @@ recover lost or damaged files. Due to its modular design, Bacula is scalable from small single computer systems to systems consisting of hundreds of computers located over a large network. -WWW: http://www.bacula.org/ +WWW: https://www.bacula.org/ |