diff options
-rw-r--r-- | textproc/idnits/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/idnits/Makefile b/textproc/idnits/Makefile index 1add242b79ab..d585be52946e 100644 --- a/textproc/idnits/Makefile +++ b/textproc/idnits/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= idnits -PORTVERSION= 2.12.16 +PORTVERSION= 2.12.17 CATEGORIES= textproc MASTER_SITES= http://tools.ietf.org/tools/idnits/ \ LOCAL/sunpoet @@ -11,6 +11,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= sunpoet@FreeBSD.org COMMENT= Looks for problems in internet draft formatting +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + RUN_DEPENDS= bash:${PORTSDIR}/shells/bash NO_BUILD= yes |