diff options
author | John Marino <marino@FreeBSD.org> | 2014-02-15 16:59:27 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-02-15 16:59:27 +0000 |
commit | 7510da8b647cddba0ef5a7971a809fd2ea8859e8 (patch) | |
tree | 7e52b6dd42d811dbd18df47f3743e4e0bd095162 /www/aws | |
parent | d08dbaf740c63a60227b2b48c6a17833f608c5c9 (diff) | |
download | ports-7510da8b647cddba0ef5a7971a809fd2ea8859e8.tar.gz ports-7510da8b647cddba0ef5a7971a809fd2ea8859e8.zip |
Notes
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 |