mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
f024e62b38
- Update and sort MASTER_SITES Changes: http://sourceforge.net/projects/tftpy/files/README/view https://github.com/msoulier/tftpy/blob/master/ChangeLog
20 lines
362 B
Makefile
20 lines
362 B
Makefile
# Created by: Ju Pengfei <jupengfei@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tftpy
|
|
PORTVERSION= 0.6.2
|
|
CATEGORIES= ftp python
|
|
MASTER_SITES= CHEESESHOP \
|
|
SF/${PORTNAME}
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Pure Python TFTP Implementation
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_PYTHON= autoplist distutils
|
|
USES= python:2
|
|
|
|
.include <bsd.port.mk>
|