blob: de9ad898fd235cf8f5a77ad8e68f3675766fd3e0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: py-tftpy
# Date created: 11 May 2010
# Whom: Ju Pengfei <jupengfei@gmail.com>
#
# $FreeBSD$
#
PORTNAME= tftpy
PORTVERSION= 0.5.1
CATEGORIES= ftp python
MASTER_SITES= SF \
CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= A Pure Python TFTP Implementation
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>
|