diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-21 17:37:33 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-21 17:37:33 +0000 |
commit | 2969b6fd2de1ff4ba74c6caa98bffad812a79cd1 (patch) | |
tree | 7a5606071de1ff817ef5945e9d5208fb8e549fd1 /ftp/py-tftpy | |
parent | 34878d8eb9fa0bb3c2644a52f686711a0d6bd8de (diff) |
Notes
Diffstat (limited to 'ftp/py-tftpy')
-rw-r--r-- | ftp/py-tftpy/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/ftp/py-tftpy/Makefile b/ftp/py-tftpy/Makefile index de9ad898fd23..9b5e6d1759d9 100644 --- a/ftp/py-tftpy/Makefile +++ b/ftp/py-tftpy/Makefile @@ -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> |