diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-20 11:21:36 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-20 11:21:36 +0800 |
commit | 314ac9e1a8600304e858ea3c35de4eae6f42057f (patch) | |
tree | 8298555e8b8610542e7c995fc00984a8b7cd4ca8 /ftp/py-tftpy | |
parent | d0e1356eb5b5a4cd58fb3efd76c2b7ea06d82401 (diff) | |
download | freebsd-ports-gnome-314ac9e1a8600304e858ea3c35de4eae6f42057f.tar.gz freebsd-ports-gnome-314ac9e1a8600304e858ea3c35de4eae6f42057f.tar.zst freebsd-ports-gnome-314ac9e1a8600304e858ea3c35de4eae6f42057f.zip |
- Add LICENSE
- Support STAGEDIR
Diffstat (limited to 'ftp/py-tftpy')
-rw-r--r-- | ftp/py-tftpy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/py-tftpy/Makefile b/ftp/py-tftpy/Makefile index 2a53d210a5f4..a7cd86ed4e42 100644 --- a/ftp/py-tftpy/Makefile +++ b/ftp/py-tftpy/Makefile @@ -11,7 +11,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Pure Python TFTP Implementation -NO_STAGE= yes +LICENSE= MIT + USE_PYTHON= yes USE_PYDISTUTILS=yes |