summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2010-06-14 08:22:55 +0000
committerDoug Barton <dougb@FreeBSD.org>2010-06-14 08:22:55 +0000
commita22b6e03bd5a2cb542a37ded0f6eb698503f02be (patch)
tree5ef5b71fdda40e67f01af9f5289425655d4e1acc /mail
parentFix build on powerpc64. (diff)
Add LICENSE information to my ports where the right answer is obvious
Notes
Notes: svn path=/head/; revision=256505
Diffstat (limited to 'mail')
-rw-r--r--mail/alpine/Makefile2
-rw-r--r--mail/alpine/pkg-descr2
-rw-r--r--mail/pine-pgp-filters/Makefile2
-rw-r--r--mail/pine-pgp-filters/pkg-descr2
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