diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2016-09-10 10:48:13 +0000 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2016-09-10 10:48:13 +0000 |
commit | b751a5256e6cf2f315a0755d247c82d436026627 (patch) | |
tree | 31cd646dd89da83417b33df790010864c1e334cb | |
parent | 05bc2e9b818ac34b829732181e5a81800fcc88d5 (diff) | |
download | FreeBSD-ports-b751a5256e6cf2f315a0755d247c82d436026627.zip FreeBSD-ports-b751a5256e6cf2f315a0755d247c82d436026627.tar.gz |
Mark NO_ARCH and define LICENSE
-rw-r--r-- | news/brag/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/news/brag/Makefile b/news/brag/Makefile index ed157f3..caae23c 100644 --- a/news/brag/Makefile +++ b/news/brag/Makefile @@ -10,9 +10,13 @@ MASTER_SITES= http://brag.sourceforge.net/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Download and assemble multipart binaries from newsgroups +LICENSE= GPLv2 + RUN_DEPENDS= uudeview:converters/uudeview \ ${TCLSH}:lang/tcl84 +NO_ARCH= yes + PLIST_FILES= bin/brag man/man1/brag.1.gz PORTDOCS= CHANGES README |