diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-09-14 20:36:03 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-09-14 20:36:03 +0000 |
commit | 7240565e8b08e5907061b12c556ae7a39927fdbb (patch) | |
tree | 51e3d52dd43be34fb1bd4e091d7efb5209017755 /ftp/py-tftpy/Makefile | |
parent | 915744a2875c75149fa6242131b736f4ad942dee (diff) | |
download | ports-7240565e8b08e5907061b12c556ae7a39927fdbb.tar.gz ports-7240565e8b08e5907061b12c556ae7a39927fdbb.zip |
Notes
Diffstat (limited to 'ftp/py-tftpy/Makefile')
-rw-r--r-- | ftp/py-tftpy/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ftp/py-tftpy/Makefile b/ftp/py-tftpy/Makefile index 5b7592959a89..f15522220ef4 100644 --- a/ftp/py-tftpy/Makefile +++ b/ftp/py-tftpy/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tftpy -PORTVERSION= 0.7.0 +PORTVERSION= 0.8.0 CATEGORIES= ftp python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,9 @@ COMMENT= Pure Python TFTP library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -NO_ARCH= yes -USE_PYTHON= autoplist concurrent distutils USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include <bsd.port.mk> |