mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
- Change MASTER_SITES to GitHub - Add LICENSE_FILE - Add NO_ARCH - Allow concurrent installation (USE_PYTHON=concurrent) - Bump PORTREVISION for package change Changes: https://github.com/msoulier/tftpy/commits/master
24 lines
435 B
Makefile
24 lines
435 B
Makefile
# Created by: Ju Pengfei <jupengfei@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tftpy
|
|
PORTVERSION= 0.6.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= ftp python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Pure Python TFTP Implementation
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
NO_ARCH= yes
|
|
USE_PYTHON= autoplist distutils
|
|
USES= python
|
|
|
|
GH_ACCOUNT= msoulier
|
|
GH_TAGNAME= c5a7b52
|
|
USE_GITHUB= yes
|
|
|
|
.include <bsd.port.mk>
|