ports/ftp/py-tftpy/Makefile
Sunpoet Po-Chuan Hsieh c0b98685aa Update to latest snapshot which supports Python 3
- Change MASTER_SITES to GitHub
- Add LICENSE_FILE
- Add NO_ARCH
- Allow concurrent installation (USE_PYTHON=concurrent)
- Bump PORTREVISION for package change

Changes:	https://github.com/msoulier/tftpy/commits/master
2017-03-13 17:48:56 +00:00

24 lines
435 B
Makefile

# Created by: Ju Pengfei <jupengfei@gmail.com>
# $FreeBSD$
PORTNAME= tftpy
PORTVERSION= 0.6.2
PORTREVISION= 1
CATEGORIES= ftp python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Pure Python TFTP Implementation
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
NO_ARCH= yes
USE_PYTHON= autoplist distutils
USES= python
GH_ACCOUNT= msoulier
GH_TAGNAME= c5a7b52
USE_GITHUB= yes
.include <bsd.port.mk>