freebsd-ports/ftp/py-tftpy/Makefile
Wen Heping 8f45ace141 py-tftpy is a Pure Python TFTP Implementation.
PR:		ports/146480
Submitted by:	Ju Pengfei <jupengfei@gmail.com>
2010-05-11 03:08:58 +00:00

21 lines
413 B
Makefile

# New ports collection makefile for: py-tftpy
# Date created: 11 May 2010
# Whom: Ju Pengfei <jupengfei@gmail.com>
#
# $FreeBSD$
#
PORTNAME= tftpy
PORTVERSION= 0.5.0
CATEGORIES= ftp python
MASTER_SITES= SF \
CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jupengfei@gmail.com
COMMENT= A Pure Python TFTP Implementation
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>