diff options
Diffstat (limited to 'sysutils/duff/Makefile')
-rw-r--r-- | sysutils/duff/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/duff/Makefile b/sysutils/duff/Makefile index 34d74370bfc5..414e45a208e5 100644 --- a/sysutils/duff/Makefile +++ b/sysutils/duff/Makefile @@ -6,13 +6,19 @@ # PORTNAME= duff -PORTVERSION= 0.5 +PORTVERSION= 0.5.2 CATEGORIES= sysutils MASTER_SITES= SF MAINTAINER= bsdkaffee@gmail.com COMMENT= Duplicate file finder +LICENSE= ZLIB +LICENSE_GROUPS= FSF OSI COPYFREE +LICENSE_NAME= ZLIB license +LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} + USE_BZIP2= yes GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes |