diff options
author | Gavin Atkinson <gavin@FreeBSD.org> | 2013-09-23 21:36:30 +0000 |
---|---|---|
committer | Gavin Atkinson <gavin@FreeBSD.org> | 2013-09-23 21:36:30 +0000 |
commit | ba79bd1731989dae13dd5d4ded0afe2dd5a69821 (patch) | |
tree | d4e1e2ae517ef8f8c4a2a1df78a96954d1b8bf3a /sysutils/fusefs-exfat | |
parent | d46cbea2bf227daa07a8074eb12eb4b51f216215 (diff) |
Notes
Diffstat (limited to 'sysutils/fusefs-exfat')
-rw-r--r-- | sysutils/fusefs-exfat/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sysutils/fusefs-exfat/Makefile b/sysutils/fusefs-exfat/Makefile index b79f8d9e9a4f..52793944040e 100644 --- a/sysutils/fusefs-exfat/Makefile +++ b/sysutils/fusefs-exfat/Makefile @@ -11,7 +11,11 @@ DISTNAME= fuse-${PORTNAME}-${PORTVERSION} MAINTAINER= samm@os2.kiev.ua COMMENT= Full-featured exFAT FS implementation as a FUSE module -LICENSE= GPLv2 +LICENSE= Microsoft-exFAT +LICENSE_NAME= Microsoft exFAT License +LICENSE_TEXT= Requires license from Microsoft, please see \ + http://www.microsoft.com/en-us/legal/intellectualproperty/IPLicensing/Programs/exFATFileSystem.aspx +LICENSE_PERMS= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell LIB_DEPENDS= ublio:${PORTSDIR}/devel/libublio |