diff options
author | bf <bf@FreeBSD.org> | 2010-09-04 20:29:33 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2010-09-04 20:29:33 +0800 |
commit | 17b1fb2351e3bfea01290a7b640aa99b1a2d4c05 (patch) | |
tree | bfb930b3ce5bb3f834ae1e7d500b30cdb9be7a6e | |
parent | 999c776153e6af68fd10072b8c3f080a6a73409c (diff) | |
download | freebsd-ports-graphics-17b1fb2351e3bfea01290a7b640aa99b1a2d4c05.tar.gz freebsd-ports-graphics-17b1fb2351e3bfea01290a7b640aa99b1a2d4c05.tar.zst freebsd-ports-graphics-17b1fb2351e3bfea01290a7b640aa99b1a2d4c05.zip |
Add LICENSE
Approved by: makc (co-mentor)
-rw-r--r-- | devel/api-sanity-autotest/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/api-sanity-autotest/Makefile b/devel/api-sanity-autotest/Makefile index 7efed15572b..af9ae5a40b7 100644 --- a/devel/api-sanity-autotest/Makefile +++ b/devel/api-sanity-autotest/Makefile @@ -13,6 +13,9 @@ MASTER_SITES= http://linuxtesting.org/downloads/ MAINTAINER= bf@FreeBSD.org COMMENT= Quickly generate sanity tests for the API of a C/C++ shared library +LICENSE= LGPL20 GPLv2 +LICENSE_COMB= dual + NO_BUILD= yes USE_PERL5_RUN= yes |