- Space/Tab twiddle

- Take maintainership
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-09-21 17:37:33 +00:00
parent 34878d8eb9
commit 2969b6fd2d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282139

View file

@ -5,17 +5,17 @@
# $FreeBSD$
#
PORTNAME= tftpy
PORTVERSION= 0.5.1
CATEGORIES= ftp python
MASTER_SITES= SF \
CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PORTNAME= tftpy
PORTVERSION= 0.5.1
CATEGORIES= ftp python
MASTER_SITES= SF \
CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= A Pure Python TFTP Implementation
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= A Pure Python TFTP Implementation
USE_PYTHON= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>