aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/py-tftpy/Makefile
blob: fe260dd4892eb63382a0bf8491f46f30cbb6fa1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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>