diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:40:55 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:40:55 +0800 |
commit | 951b22511b762e1a5724e9c2ed1dd2d613f842ca (patch) | |
tree | 8682d4ad5675f680b601b80ef1d63ee6beb39549 /misc | |
parent | bae487dc14f33d73c9f75733b2e4c878a2886852 (diff) | |
download | freebsd-ports-gnome-951b22511b762e1a5724e9c2ed1dd2d613f842ca.tar.gz freebsd-ports-gnome-951b22511b762e1a5724e9c2ed1dd2d613f842ca.tar.zst freebsd-ports-gnome-951b22511b762e1a5724e9c2ed1dd2d613f842ca.zip |
- Add LICENSE
- Use CPAN as WWW
- Pass maintainership to submitter
PR: ports/189277
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'misc')
-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/ |