opnsense-ports/ftp/py-tftpy/Makefile
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

19 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>