diff options
author | dougb <dougb@FreeBSD.org> | 2010-06-14 16:22:55 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-06-14 16:22:55 +0800 |
commit | 871de6d19e9e95de86ff8f6fd22bcc514d8bf7d4 (patch) | |
tree | 95c498fc67d6802e14712576dde77a1052867735 /misc | |
parent | ceec96988f0d311806605a4a96e38c19810b4a87 (diff) | |
download | freebsd-ports-gnome-871de6d19e9e95de86ff8f6fd22bcc514d8bf7d4.tar.gz freebsd-ports-gnome-871de6d19e9e95de86ff8f6fd22bcc514d8bf7d4.tar.zst freebsd-ports-gnome-871de6d19e9e95de86ff8f6fd22bcc514d8bf7d4.zip |
Add LICENSE information to my ports where the right answer is obvious
Diffstat (limited to 'misc')
-rw-r--r-- | misc/wmweather+/Makefile | 2 | ||||
-rw-r--r-- | misc/wmweather+/pkg-descr | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/misc/wmweather+/Makefile b/misc/wmweather+/Makefile index 4cce40f35346..ca96c34d7845 100644 --- a/misc/wmweather+/Makefile +++ b/misc/wmweather+/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= SF/wmweatherplus/wmweather%2B/wmweather%2B-${PORTVERSION} MAINTAINER= dougb@FreeBSD.org COMMENT= Displays current conditions and forecasts with icons and text +LICENSE= GPLv2 + LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ pcre:${PORTSDIR}/devel/pcre \ tiff:${PORTSDIR}/graphics/tiff \ diff --git a/misc/wmweather+/pkg-descr b/misc/wmweather+/pkg-descr index f4c22fe5e469..fc9abfeec154 100644 --- a/misc/wmweather+/pkg-descr +++ b/misc/wmweather+/pkg-descr @@ -6,4 +6,6 @@ and a sky condition display. You will need to look up the METAR code for your city (a standard code used in aviation). +LICENSE: GPL2 or later + WWW: http://sourceforge.net/projects/wmweatherplus/ |