mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
de2563887f
Changes: https://github.com/msoulier/tftpy/blob/master/README https://github.com/msoulier/tftpy/commits/master
21 lines
384 B
Makefile
21 lines
384 B
Makefile
# Created by: Ju Pengfei <jupengfei@gmail.com>
|
|
|
|
PORTNAME= tftpy
|
|
PORTVERSION= 0.8.2
|
|
CATEGORIES= ftp python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Pure Python TFTP library
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|