diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2013-02-09 14:50:27 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2013-02-09 14:50:27 +0000 |
commit | d95c94654300d5310a0d1a3c8cb4d98e8244b8de (patch) | |
tree | 0934e8336432fc40cbd13cd38b596ac6ca837a5c /mail | |
parent | Connect mysql-connector-c to the build (diff) |
Update MAINTAINER address for all my ports. While I'm here,
standardise and canonicalise Makefile header format and contents.
Approved by: eadler (mentor)
Notes
Notes:
svn path=/head/; revision=311983
Diffstat (limited to 'mail')
-rw-r--r-- | mail/py-spambayes/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/py-spambayes/Makefile b/mail/py-spambayes/Makefile index 544b9b1adb3c..e6c0050b415b 100644 --- a/mail/py-spambayes/Makefile +++ b/mail/py-spambayes/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: spambayes -# Date created: Sat Feb 1 17:23:02 UTC 2003 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# PORTNAME= spambayes PORTVERSION= 1.1b1 @@ -11,7 +7,7 @@ CATEGORIES= mail python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= koobs.freebsd@gmail.com +MAINTAINER= koobs@FreeBSD.org COMMENT= A Bayesian anti-spam filter written in Python LICENSE= PSFL |