diff options
Diffstat (limited to 'archivers/rar/Makefile')
-rw-r--r-- | archivers/rar/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile index dec1dc8453bb..27663d468704 100644 --- a/archivers/rar/Makefile +++ b/archivers/rar/Makefile @@ -6,7 +6,7 @@ # PORTNAME= rar -PORTVERSION= 4.0.1 +PORTVERSION= 4.1.1 PORTEPOCH= 3 CATEGORIES= archivers MASTER_SITES= http://www.rarlab.com/rar/ @@ -15,6 +15,11 @@ DISTNAME= rarbsd-${PORTVERSION} MAINTAINER= gabor@FreeBSD.org COMMENT= File archiver (binary port) +LICENSE= RAR +LICENSE_NAME= RAR license +LICENSE_FILE= ${WRKSRC}/license.txt +LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} + RESTRICTED= only unmodified original package can be distributed NO_BUILD= yes WRKSRC= ${WRKDIR}/rar |