From 91ca1a1d9754f49d9e42f7bf0b09b20803307afd Mon Sep 17 00:00:00 2001 From: John Marino Date: Fri, 22 Jul 2016 17:08:18 +0000 Subject: Add new port devel/aunit This is a test dependency of the upcoming AdaID port. There are existing ports that also could use Aunit but they currently work around or skip testing options. === AUnit is a set of Ada packages based on the xUnit family of unit test frameworks. It is intended as a developer's tool to facilitate confident writing and evolution of Ada software. It is purposely lightweight, as one of its main goals is to make it easy to develop and run unit tests, rather than to generate artifacts for process management. The framework supports easy composition of sets of unit tests to provide flexibility in determining what tests to run for a given purpose. --- devel/aunit/Makefile | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 devel/aunit/Makefile (limited to 'devel/aunit/Makefile') diff --git a/devel/aunit/Makefile b/devel/aunit/Makefile new file mode 100644 index 000000000000..4e8241049d73 --- /dev/null +++ b/devel/aunit/Makefile @@ -0,0 +1,28 @@ +# Created by: John Marino +# $FreeBSD$ + +PORTNAME= aunit +PORTVERSION= 2016 +CATEGORIES= devel +MASTER_SITES= http://downloads.dragonlace.net/src/ +DISTNAME= aunit-gpl-${PORTVERSION}-src + +MAINTAINER= marino@FreeBSD.org +COMMENT= Ada unit testing framework + +LICENSE= GPLv3 + +BUILD_DEPENDS= gprbuild:devel/gprbuild + +USES= ada gmake + +post-patch: + ${REINPLACE_CMD} -e 's|LIBDIR|MYLIBDIR|' \ + ${WRKSRC}/lib/gnat/aunit_shared.gpr + +OPTIONS_DEFINE= DOCS EXAMPLES + +post-install: + ${RM} -r ${STAGEDIR}${PREFIX}/lib/gnat/manifests + +.include -- cgit v1.2.3