diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-09 03:40:55 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-09 03:40:55 +0000 |
commit | cfe52d7c041145483da5c122ace2ec9d6f9b5026 (patch) | |
tree | 8682d4ad5675f680b601b80ef1d63ee6beb39549 /misc/p5-LEGO-RCX | |
parent | d5af797f5d9fa0c979df3e2e5d4afb87c84fcc7e (diff) | |
download | ports-cfe52d7c041145483da5c122ace2ec9d6f9b5026.tar.gz ports-cfe52d7c041145483da5c122ace2ec9d6f9b5026.zip |
- Add LICENSE
- Use CPAN as WWW
- Pass maintainership to submitter
PR: ports/189277
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Notes
Notes:
svn path=/head/; revision=353388
Diffstat (limited to 'misc/p5-LEGO-RCX')
-rw-r--r-- | misc/p5-LEGO-RCX/Makefile | 5 | ||||
-rw-r--r-- | misc/p5-LEGO-RCX/pkg-descr | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/misc/p5-LEGO-RCX/Makefile b/misc/p5-LEGO-RCX/Makefile index 1c04dd2f8779..1f5d34219ef9 100644 --- a/misc/p5-LEGO-RCX/Makefile +++ b/misc/p5-LEGO-RCX/Makefile @@ -7,9 +7,12 @@ CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Perl module for communicating with the Lego RCX brick via the IR tower +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure diff --git a/misc/p5-LEGO-RCX/pkg-descr b/misc/p5-LEGO-RCX/pkg-descr index fb67ec706b44..c89ee70f7ce8 100644 --- a/misc/p5-LEGO-RCX/pkg-descr +++ b/misc/p5-LEGO-RCX/pkg-descr @@ -3,4 +3,4 @@ RCX computer through the IR dongle. It is an object-oriented module with methods for everything from controlling the motors, reading sensors, modifying program variables, and getting data from the DataLog. -WWW: http://members.cox.net/quillan/lego/rcx.pm.html +WWW: http://search.cpan.org/dist/LEGO-RCX/ |