freebsd-ports/devel/py-dill/Makefile
Yuri Victorovich 6f7039a32e devel/py-dill: Update 0.2.9 -> 0.3.0
Reported by:	portscout
2019-06-28 03:54:43 +00:00

20 lines
395 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= dill
DISTVERSION= 0.3.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Serialize all of python
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>