diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2002-03-17 01:15:35 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2002-03-17 01:15:35 +0000 |
commit | f121ccbc83eee410ccd06cd3892d871574378826 (patch) | |
tree | 632c98e6cc3aecf4bfd12bb0faa17f3c17a6fdcc /devel/Makefile | |
parent | Remove this file: no longer needed for metaport. (diff) |
Add libmcve, a library to allow connections to an MCVE Credit
Card Processing Daemon via SSL, unencrypted IP, and drop-files.
It is the base of other APIs including PHP, PERL, and JAVA.
Submitted by: Brad House <brad@mcve.com>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 39ff66063939..dfb19607bb98 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -255,6 +255,7 @@ SUBDIR += libgnugetopt SUBDIR += libgtop SUBDIR += libmalloc + SUBDIR += libmcve SUBDIR += libol SUBDIR += libole2 SUBDIR += liboop |