diff options
author | matthew <matthew@FreeBSD.org> | 2016-01-13 00:14:50 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2016-01-13 00:14:50 +0800 |
commit | b3a93e5c77da138c9e063cfecb5710e3d738fad3 (patch) | |
tree | 39e49372bb3b0598ccf74eab5c9d496d538659ac | |
parent | f9b7e9fafdf3ac3f7c650519e7e2b1b7aef2e6e9 (diff) | |
download | freebsd-ports-graphics-b3a93e5c77da138c9e063cfecb5710e3d738fad3.tar.gz freebsd-ports-graphics-b3a93e5c77da138c9e063cfecb5710e3d738fad3.tar.zst freebsd-ports-graphics-b3a93e5c77da138c9e063cfecb5710e3d738fad3.zip |
Update LICENSE to new GPLv3+
PR: 206161
Submitted by: maintainer
-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 1068131782b..b31d5df4afb 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 \ |