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 /mail | |
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 'mail')
-rw-r--r-- | mail/alpine/Makefile | 2 | ||||
-rw-r--r-- | mail/alpine/pkg-descr | 2 | ||||
-rw-r--r-- | mail/pine-pgp-filters/Makefile | 2 | ||||
-rw-r--r-- | mail/pine-pgp-filters/pkg-descr | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/mail/alpine/Makefile b/mail/alpine/Makefile index 75ebaa8dc1b8..15fb53e65946 100644 --- a/mail/alpine/Makefile +++ b/mail/alpine/Makefile @@ -16,6 +16,8 @@ DIST_SUBDIR= alpine-${PORTVERSION} MAINTAINER= dougb@FreeBSD.org COMMENT?= Mail and news client descended from Pine +LICENSE= ASL + OPTIONS+= THREADS "Compile with thread support" on \ MOUSE "Enable mouse support for xterm" on \ NLS "National Language Support" off \ diff --git a/mail/alpine/pkg-descr b/mail/alpine/pkg-descr index 7a9407d8ea64..b3263c290854 100644 --- a/mail/alpine/pkg-descr +++ b/mail/alpine/pkg-descr @@ -18,6 +18,8 @@ Alpine's basic feature set includes: Alpine supports MIME (Multipurpose Internet Mail Extensions), an Internet Standard for representing multipart and multimedia data in email. +LICENSE: ASL + WWW: http://www.washington.edu/alpine/ - Doug Barton diff --git a/mail/pine-pgp-filters/Makefile b/mail/pine-pgp-filters/Makefile index 023c1edb9bd1..b3a1b323036f 100644 --- a/mail/pine-pgp-filters/Makefile +++ b/mail/pine-pgp-filters/Makefile @@ -17,6 +17,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= DougB@FreeBSD.org COMMENT= Simple /bin/sh-based filters to use GnuPG with Alpine +LICENSE= BSD + PLIST_FILES= bin/ppf_mime bin/ppf_mime_decrypt \ libexec/ppf_decrypt libexec/ppf_encrypt libexec/ppf_mime \ libexec/ppf_mime_decrypt libexec/ppf_sign libexec/ppf_verify diff --git a/mail/pine-pgp-filters/pkg-descr b/mail/pine-pgp-filters/pkg-descr index caad1b460c8d..09fd4767bf8a 100644 --- a/mail/pine-pgp-filters/pkg-descr +++ b/mail/pine-pgp-filters/pkg-descr @@ -6,6 +6,8 @@ that were sent using MIME encoding. See the INSTALL file for instructions on how to configure these filters. +LICENSE: BSD + WWW: http://dougbarton.us/PGP/ppf/ - Doug Barton |