ec373bbc2f
Notified by: koobs, wg
19 lines
350 B
Makefile
19 lines
350 B
Makefile
# Created by: Ju Pengfei <jupengfei@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tftpy
|
|
PORTVERSION= 0.6.1
|
|
CATEGORIES= ftp python
|
|
MASTER_SITES= SF \
|
|
CHEESESHOP
|
|
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>
|