diff options
author | marino <marino@FreeBSD.org> | 2014-02-16 00:30:08 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-02-16 00:30:08 +0800 |
commit | 64c47278ca3961382325c12e35894ec4a23c5aca (patch) | |
tree | db15108ebdaf8e4c989ffdaf638acb5f1f1ec11f /lang/asis | |
parent | 46c0e9a9b52761308c3ff1989563fcd2cbd0fb69 (diff) | |
download | freebsd-ports-gnome-64c47278ca3961382325c12e35894ec4a23c5aca.tar.gz freebsd-ports-gnome-64c47278ca3961382325c12e35894ec4a23c5aca.tar.zst freebsd-ports-gnome-64c47278ca3961382325c12e35894ec4a23c5aca.zip |
lang/asis: Specify LICENSE (GPLv2)
Diffstat (limited to 'lang/asis')
-rw-r--r-- | lang/asis/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/asis/Makefile b/lang/asis/Makefile index 17a9fdde89a9..95b49929e68c 100644 --- a/lang/asis/Makefile +++ b/lang/asis/Makefile @@ -3,6 +3,7 @@ PORTNAME= asis PORTVERSION= 2011 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://downloads.dragonlace.net/src/ DISTNAME= ${PORTNAME}-gpl-${PORTVERSION}-src @@ -11,6 +12,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= marino@FreeBSD.org COMMENT= GNAT implementation of Ada Semantic Interface Specification +LICENSE= GPLv2 + BUILD_DEPENDS= gnat_util>=2013:${PORTSDIR}/lang/gnat_util \ xmlada>=3.2:${PORTSDIR}/textproc/xmlada |