1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/ftp/py-tftpy/Makefile
2014-11-24 18:28:34 +00:00

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>