diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-26 23:33:35 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-26 23:33:35 +0800 |
commit | baa7ced649035492bde7f23bba0722ae4e729f32 (patch) | |
tree | 7be9a0f59967453e9a13c4555defd032f69261e7 | |
parent | 968d0fe0c28350a102cea913cf74faecbdf89c6e (diff) | |
download | freebsd-ports-gnome-baa7ced649035492bde7f23bba0722ae4e729f32.tar.gz freebsd-ports-gnome-baa7ced649035492bde7f23bba0722ae4e729f32.tar.zst freebsd-ports-gnome-baa7ced649035492bde7f23bba0722ae4e729f32.zip |
- Add LICENSE
- Pass maintainership to submitter
- While I'm here, fix LICENSE
PR: ports/190238
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
-rw-r--r-- | devel/p5-Algorithm-SVM/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-Algorithm-SVM/Makefile b/devel/p5-Algorithm-SVM/Makefile index 2f8a585958ce..53698016b1fb 100644 --- a/devel/p5-Algorithm-SVM/Makefile +++ b/devel/p5-Algorithm-SVM/Makefile @@ -7,9 +7,11 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Perl bindings for the libsvm Support Vector Machine library +LICENSE= BSD3CLAUSE + USES= perl5 USE_PERL5= configure CC= ${CXX} |