diff options
author | John Marino <marino@FreeBSD.org> | 2014-02-15 16:30:08 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-02-15 16:30:08 +0000 |
commit | a6ecaf8dd19d2d070e8020d55f73e99e05ac0813 (patch) | |
tree | db15108ebdaf8e4c989ffdaf638acb5f1f1ec11f /lang | |
parent | 9c96fcaf81fd02103377dbfd1df179f96cd83aca (diff) | |
download | ports-a6ecaf8dd19d2d070e8020d55f73e99e05ac0813.tar.gz ports-a6ecaf8dd19d2d070e8020d55f73e99e05ac0813.zip |
Notes
Diffstat (limited to 'lang')
-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 |