diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-02-11 05:02:54 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-02-11 05:02:54 +0800 |
commit | 6b13dc3e452e9dc83c73f9e14f1b5caaa9b8fbea (patch) | |
tree | 24ca55f85995d10ff670f940503f65c8279fde6a /multimedia | |
parent | 767f0f4b31cded5f4ce30f0e82c15d228cb4f3db (diff) | |
download | freebsd-ports-gnome-6b13dc3e452e9dc83c73f9e14f1b5caaa9b8fbea.tar.gz freebsd-ports-gnome-6b13dc3e452e9dc83c73f9e14f1b5caaa9b8fbea.tar.zst freebsd-ports-gnome-6b13dc3e452e9dc83c73f9e14f1b5caaa9b8fbea.zip |
Fix LICENSE
Approved by: portmgr (blanket)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/py-enzyme/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/py-enzyme/Makefile b/multimedia/py-enzyme/Makefile index 0b86aebe913f..d11096f2bd40 100644 --- a/multimedia/py-enzyme/Makefile +++ b/multimedia/py-enzyme/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wg@FreeBSD.org COMMENT= Python module to parse metadata in video files -LICENSE= GPLv3 +LICENSE= APACHE20 USES= python:2 USE_PYTHON= distutils autoplist |