diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-06-04 18:09:02 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-06-04 18:09:02 +0000 |
commit | 8366979c4148be17d4fbbf550385ea67c9d0da72 (patch) | |
tree | 74c30fb9ae5acc577a3d514cced5878a9bfa4d4c /irc | |
parent | 01555783d20a40ce0f171e3cb55d69c652ffaa6b (diff) | |
download | ports-8366979c4148be17d4fbbf550385ea67c9d0da72.tar.gz ports-8366979c4148be17d4fbbf550385ea67c9d0da72.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/p5-Parse-IRC/Makefile | 1 | ||||
-rw-r--r-- | irc/p5-Parse-IRC/pkg-descr | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/irc/p5-Parse-IRC/Makefile b/irc/p5-Parse-IRC/Makefile index 9c0c5e7cc35c..4bb9110fd443 100644 --- a/irc/p5-Parse-IRC/Makefile +++ b/irc/p5-Parse-IRC/Makefile @@ -12,6 +12,7 @@ COMMENT= Parser for the IRC protocol LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE USES= perl5 USE_PERL5= configure diff --git a/irc/p5-Parse-IRC/pkg-descr b/irc/p5-Parse-IRC/pkg-descr index 3bdeaf2a1a13..43f1ca20a89b 100644 --- a/irc/p5-Parse-IRC/pkg-descr +++ b/irc/p5-Parse-IRC/pkg-descr @@ -1,4 +1,4 @@ Parse::IRC provides a convenient way of parsing lines of text conforming to the IRC protocol ( see RFC1459 or RFC2812 ). -WWW: http://search.cpan.org/dist/Net-Parse-IRC/ +WWW: https://metacpan.org/release/Parse-IRC |