mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add LICENSE_FILE
- Fix and update WWW
This commit is contained in:
parent
01555783d2
commit
8366979c41
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471644
2 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@ COMMENT= Parser for the IRC protocol
|
||||||
|
|
||||||
LICENSE= ART10 GPLv1+
|
LICENSE= ART10 GPLv1+
|
||||||
LICENSE_COMB= dual
|
LICENSE_COMB= dual
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Parse::IRC provides a convenient way of parsing lines of text conforming
|
Parse::IRC provides a convenient way of parsing lines of text conforming
|
||||||
to the IRC protocol ( see RFC1459 or RFC2812 ).
|
to the IRC protocol ( see RFC1459 or RFC2812 ).
|
||||||
|
|
||||||
WWW: http://search.cpan.org/dist/Net-Parse-IRC/
|
WWW: https://metacpan.org/release/Parse-IRC
|
||||||
|
|
Loading…
Add table
Reference in a new issue