freebsd-ports/devel/py-dill/Makefile
Yuri Victorovich 629b06e0b0 devel/py-dill: Update 0.2.5 -> 0.2.8.2
Reported by:	repology.org
2018-07-10 05:22:58 +00:00

20 lines
397 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= dill
DISTVERSION= 0.2.8.2
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>