diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2016-01-12 16:14:50 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2016-01-12 16:14:50 +0000 |
commit | aa20890c922899d9333b5fef5c67bc338a601c4c (patch) | |
tree | 39e49372bb3b0598ccf74eab5c9d496d538659ac | |
parent | 564768805247f5e7cdd6a10e5d7ae2e10d649996 (diff) |
Update LICENSE to new GPLv3+
PR: 206161
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=405890
-rw-r--r-- | sysutils/ansible/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/ansible/Makefile b/sysutils/ansible/Makefile index 1068131782b9..b31d5df4afb8 100644 --- a/sysutils/ansible/Makefile +++ b/sysutils/ansible/Makefile @@ -3,13 +3,14 @@ PORTNAME= ansible PORTVERSION= 1.9.4 +PORTREVISION= 1 CATEGORIES= sysutils python MASTER_SITES= http://releases.ansible.com/ansible/ MAINTAINER= lifanov@mail.lifanov.com COMMENT= Radically simple IT automation -LICENSE= GPLv3 +LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml \ |