diff options
author | garga <garga@FreeBSD.org> | 2016-08-11 19:50:59 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2016-08-11 19:50:59 +0800 |
commit | f7e04273ccb188ba95fe9a4b02ee58546683e9dc (patch) | |
tree | 4312638be15e9e28969f73c55c4b02361a0ecf97 /mail | |
parent | faf767d1a8802b90d68a6f2eb84d50f0458ccee3 (diff) | |
download | freebsd-ports-gnome-f7e04273ccb188ba95fe9a4b02ee58546683e9dc.tar.gz freebsd-ports-gnome-f7e04273ccb188ba95fe9a4b02ee58546683e9dc.tar.zst freebsd-ports-gnome-f7e04273ccb188ba95fe9a4b02ee58546683e9dc.zip |
- Define LICENSE
- Take maintainership
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pear-Mail/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/pear-Mail/Makefile b/mail/pear-Mail/Makefile index 3207241f3179..5b4ee90df5aa 100644 --- a/mail/pear-Mail/Makefile +++ b/mail/pear-Mail/Makefile @@ -6,9 +6,11 @@ DISTVERSION= 1.3.0 PORTEPOCH= 1 CATEGORIES= mail www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= garga@FreeBSD.org COMMENT= PEAR class that provides multiple interfaces for sending emails +LICENSE= BSD3CLAUSE + OPTIONS_DEFINE= PEAR_NET_SMTP PEAR_NET_SMTP_DESC= PEAR::Net_SMTP support |