diff options
author | dougb <dougb@FreeBSD.org> | 2012-01-20 21:07:17 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-01-20 21:07:17 +0800 |
commit | 02dab62e44faafb35d75e15225652337661a13c5 (patch) | |
tree | 726f3aec4c61e28545ef8b6a219878bca4158b9f /irc/sirc | |
parent | 457c9b928f90195d25b621bd0c5ad0dda7a8a7cd (diff) | |
download | freebsd-ports-gnome-02dab62e44faafb35d75e15225652337661a13c5.tar.gz freebsd-ports-gnome-02dab62e44faafb35d75e15225652337661a13c5.tar.zst freebsd-ports-gnome-02dab62e44faafb35d75e15225652337661a13c5.zip |
Remove license info
Diffstat (limited to 'irc/sirc')
-rw-r--r-- | irc/sirc/Makefile | 2 | ||||
-rw-r--r-- | irc/sirc/pkg-descr | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/irc/sirc/Makefile b/irc/sirc/Makefile index c28cc35c5c30..b0d9f559c985 100644 --- a/irc/sirc/Makefile +++ b/irc/sirc/Makefile @@ -19,8 +19,6 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= dougb@FreeBSD.org COMMENT= Small (150k), fast, perl-based IRC client -LICENSE= GPLv2 - USE_PERL5= yes OPTIONS= IPV6 "Support for IPv6 transport" on \ diff --git a/irc/sirc/pkg-descr b/irc/sirc/pkg-descr index 49716763b9fa..70be7c8256ff 100644 --- a/irc/sirc/pkg-descr +++ b/irc/sirc/pkg-descr @@ -7,7 +7,5 @@ some useful sample scripts that will get you started on IRC quickly. No knowledge of perl is necessary to run the client although it is helpful if you plan to do any scripting. -LICENSE: GPL2 or later - Author: Roger Espel Llima (aka orabidoo) WWW: http://www.iagora.com/~espel/sirc.html |