diff options
author | John Marino <marino@FreeBSD.org> | 2014-02-15 16:15:34 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-02-15 16:15:34 +0000 |
commit | 2f6d3e8d316c77d86df73db50ea2d056b75e2aef (patch) | |
tree | ec97cadf417f62cae5bdb4f4aa60fa301c6f46c5 /lang/adacontrol | |
parent | e8334195b3fa0c6aef7fae62cffec8003eee6871 (diff) |
lang/adacontrol: Define LICENSE (GPLv2 + GMGPL)
Notes
Notes:
svn path=/head/; revision=344420
Diffstat (limited to 'lang/adacontrol')
-rw-r--r-- | lang/adacontrol/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/adacontrol/Makefile b/lang/adacontrol/Makefile index 1e379d6e30da..e872ff4f06c1 100644 --- a/lang/adacontrol/Makefile +++ b/lang/adacontrol/Makefile @@ -3,6 +3,7 @@ PORTNAME= adacontrol PORTVERSION= 1.15r5 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= SF/adacontrol DISTNAME= adactl_old-${PORTVERSION}-src @@ -11,6 +12,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= marino@FreeBSD.org COMMENT= Tool for detecting use or non-use of specific Ada constructs +LICENSE= GPLv2 GMGPL +LICENSE_COMB= multi + BUILD_DEPENDS= asis>=2011:${PORTSDIR}/lang/asis \ gnat_util>=2013:${PORTSDIR}/lang/gnat_util |