diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-06-08 21:07:31 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-06-08 21:07:31 +0000 |
commit | d9d6351a10a640123081d46f3e3e0d2bf0c0cccf (patch) | |
tree | e79fb3f347c7b555b23e1cf253b2de81e61bc860 /textproc/idnits | |
parent | 83d9d6f5f922e15caf37ef3f0c8b93dd6850d276 (diff) |
Notes
Diffstat (limited to 'textproc/idnits')
-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 |