diff options
author | marino <marino@FreeBSD.org> | 2014-02-16 01:01:11 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-02-16 01:01:11 +0800 |
commit | 577a23d4da489e207dde2e449814cf1db936a5d0 (patch) | |
tree | cb24f2ce8b86a9e081a905e89c3602b7b2e9e66b | |
parent | dada876e14fc3f327a9d61d9e4d0bcf47438e829 (diff) | |
download | freebsd-ports-gnome-577a23d4da489e207dde2e449814cf1db936a5d0.tar.gz freebsd-ports-gnome-577a23d4da489e207dde2e449814cf1db936a5d0.tar.zst freebsd-ports-gnome-577a23d4da489e207dde2e449814cf1db936a5d0.zip |
www/aws-demos: Specify LICENSE (GPLv3 + GPLv3RLE)
-rw-r--r-- | www/aws-demos/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/aws-demos/Makefile b/www/aws-demos/Makefile index 8afeeed24380..3aa41bfc6e3f 100644 --- a/www/aws-demos/Makefile +++ b/www/aws-demos/Makefile @@ -3,6 +3,7 @@ PORTNAME= aws PORTVERSION= 3.1.0.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://downloads.dragonlace.net/src/ PKGNAMESUFFIX= -demos @@ -10,6 +11,9 @@ PKGNAMESUFFIX= -demos MAINTAINER= marino@FreeBSD.org COMMENT= Adacore Ada Web Server demos +LICENSE= GPLv3 GPLv3RLE +LICENSE_COMB= multi + BUILD_DEPENDS+= gprbuild>=20120510:${PORTSDIR}/devel/gprbuild \ xmlada>=3.2:${PORTSDIR}/textproc/xmlada \ aws>=3.1:${PORTSDIR}/www/aws |