diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2010-07-08 12:51:37 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2010-07-08 12:51:37 +0000 |
commit | fb5116f2e711c225372449e25058f6755a4e8c84 (patch) | |
tree | 413c3cbddb376eae252094205d046c87490f06bb /devel/api-sanity-autotest | |
parent | 90157bb4a3949b5760cac36c8346bfd8f24d5ca1 (diff) | |
download | ports-fb5116f2e711c225372449e25058f6755a4e8c84.tar.gz ports-fb5116f2e711c225372449e25058f6755a4e8c84.zip |
Notes
Diffstat (limited to 'devel/api-sanity-autotest')
-rw-r--r-- | devel/api-sanity-autotest/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/api-sanity-autotest/Makefile b/devel/api-sanity-autotest/Makefile index 77a50c9fba13..abb3ed40dfa7 100644 --- a/devel/api-sanity-autotest/Makefile +++ b/devel/api-sanity-autotest/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: api-sanity-autotest # Date created: February 16, 2009 -# Whom: bf <bf1783@gmail.com> +# Whom: bf <bf@FreeBSD.org> # # $FreeBSD$ # @@ -11,7 +11,7 @@ CATEGORIES= devel perl5 MASTER_SITES= http://ispras.linux-foundation.org/images/e/e8/ DISTFILES= ${PORTNAME:S/^a/A/}-${PORTVERSION}${EXTRACT_SUFX} -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= Quickly generate sanity tests for the API of a C/C++ shared library NO_BUILD= yes |