diff options
author | John Marino <marino@FreeBSD.org> | 2014-04-13 10:24:01 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-04-13 10:24:01 +0000 |
commit | e64ec3301c6da268b21b095dde0de9ffcd73f7a6 (patch) | |
tree | 7e577d3a2af244a619f20c4e6da2046039d87441 /lang/adacontrol/Makefile | |
parent | 5c91695de8d80a7c8921e81a65800fba898ea703 (diff) | |
download | ports-e64ec3301c6da268b21b095dde0de9ffcd73f7a6.tar.gz ports-e64ec3301c6da268b21b095dde0de9ffcd73f7a6.zip |
Notes
Diffstat (limited to 'lang/adacontrol/Makefile')
-rw-r--r-- | lang/adacontrol/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lang/adacontrol/Makefile b/lang/adacontrol/Makefile index 1965d7e60c6d..a8bb636b49ab 100644 --- a/lang/adacontrol/Makefile +++ b/lang/adacontrol/Makefile @@ -2,12 +2,10 @@ # $FreeBSD$ PORTNAME= adacontrol -PORTVERSION= 1.15r5 -PORTREVISION= 2 +PORTVERSION= 1.16r10 CATEGORIES= lang MASTER_SITES= SF/adacontrol DISTNAME= adactl-${PORTVERSION}-src -EXTRACT_SUFX= .tgz MAINTAINER= marino@FreeBSD.org COMMENT= Tool for detecting use or non-use of specific Ada constructs @@ -15,9 +13,9 @@ COMMENT= Tool for detecting use or non-use of specific Ada constructs LICENSE= GPLv2 GMGPL LICENSE_COMB= multi -BUILD_DEPENDS= asis>=2011:${PORTSDIR}/lang/asis +BUILD_DEPENDS= asis>=2013:${PORTSDIR}/lang/asis -USES= ada +USES= ada tar:tgz WRKSRC= ${WRKDIR}/adactl-${PORTVERSION} BUILD_WRKSRC= ${WRKSRC}/src ALL_TARGET= build |