diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-12-21 02:16:10 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-12-21 02:16:10 +0800 |
commit | 300620e37c13c4f6b73af7b988989c31fcd620c3 (patch) | |
tree | 07e2a182a7a20f9ec90908f302afa7a3dca2ba5d /devel | |
parent | 727a58fbadb46c2556afe899321b925fa56b7086 (diff) | |
download | freebsd-ports-gnome-300620e37c13c4f6b73af7b988989c31fcd620c3.tar.gz freebsd-ports-gnome-300620e37c13c4f6b73af7b988989c31fcd620c3.tar.zst freebsd-ports-gnome-300620e37c13c4f6b73af7b988989c31fcd620c3.zip |
- Add LICENSE
- Use single space after WWW:
Approved by: portmgr (blanket)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Data-RoundRobin/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-Data-RoundRobin/pkg-descr | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/devel/p5-Data-RoundRobin/Makefile b/devel/p5-Data-RoundRobin/Makefile index e9050eabded1..9c2adf7af1aa 100644 --- a/devel/p5-Data-RoundRobin/Makefile +++ b/devel/p5-Data-RoundRobin/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= lwhsu@FreeBSD.org COMMENT= Serve data in a round robin manner +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure diff --git a/devel/p5-Data-RoundRobin/pkg-descr b/devel/p5-Data-RoundRobin/pkg-descr index 067813f9961a..fbed7aec021e 100644 --- a/devel/p5-Data-RoundRobin/pkg-descr +++ b/devel/p5-Data-RoundRobin/pkg-descr @@ -3,4 +3,4 @@ to an iterator, only the internal counter is reset to the beginning whenever it reaches the end. It might also be considered as a circular iterator. -WWW: http://search.cpan.org/dist/Data-RoundRobin/ +WWW: http://search.cpan.org/dist/Data-RoundRobin/ |