diff options
author | marino <marino@FreeBSD.org> | 2014-02-16 00:59:27 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-02-16 00:59:27 +0800 |
commit | 4e944febce49d551939df18d030cc7ab3198e2fc (patch) | |
tree | 7e52b6dd42d811dbd18df47f3743e4e0bd095162 /www/aws | |
parent | 9c0fb18a75d758f48c909e0191722f76bb409cc2 (diff) | |
download | freebsd-ports-gnome-4e944febce49d551939df18d030cc7ab3198e2fc.tar.gz freebsd-ports-gnome-4e944febce49d551939df18d030cc7ab3198e2fc.tar.zst freebsd-ports-gnome-4e944febce49d551939df18d030cc7ab3198e2fc.zip |
www/aws: Specify LICENSE (GPLv3 + GPLv3RLE)
Diffstat (limited to 'www/aws')
-rw-r--r-- | www/aws/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/aws/Makefile b/www/aws/Makefile index f749192d5e0c..052fc1d65901 100644 --- a/www/aws/Makefile +++ b/www/aws/Makefile @@ -3,12 +3,16 @@ PORTNAME= aws PORTVERSION= 3.1.0.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://downloads.dragonlace.net/src/ MAINTAINER= marino@FreeBSD.org COMMENT= Adacore Ada Web Server and framework +LICENSE= GPLv3 GPLv3RLE +LICENSE_COMB= multi + BUILD_DEPENDS= gprbuild>=20120510:${PORTSDIR}/devel/gprbuild \ xmlada>=3.2:${PORTSDIR}/textproc/xmlada \ gnatpython>=20101207:${PORTSDIR}/devel/gnatpython |