aboutsummaryrefslogtreecommitdiff
path: root/net/py-beanstalkc
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2013-02-09 14:50:27 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2013-02-09 14:50:27 +0000
commitd95c94654300d5310a0d1a3c8cb4d98e8244b8de (patch)
tree0934e8336432fc40cbd13cd38b596ac6ca837a5c /net/py-beanstalkc
parent3bb9a531e666e9c7f83470799c8ea5e8005257b6 (diff)
Notes
Diffstat (limited to 'net/py-beanstalkc')
-rw-r--r--net/py-beanstalkc/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/net/py-beanstalkc/Makefile b/net/py-beanstalkc/Makefile
index 4f5e427a70cd..a44acb36e6e1 100644
--- a/net/py-beanstalkc/Makefile
+++ b/net/py-beanstalkc/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: py-beanstalkc
-# Date created: 2011-03-18
-# Whom: Li-Wen Hsu <lwhsu@FreeBSD.org>
-#
+# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= beanstalkc
PORTVERSION= 0.3.0
@@ -11,7 +7,7 @@ CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= koobs.freebsd@gmail.com
+MAINTAINER= koobs@FreeBSD.org
COMMENT= A simple beanstalkd client library for Python
LICENSE= AL2