# Created by: Hye-Shik Chang # $FreeBSD: head/devel/py-anonfunc/Makefile 371280 2014-10-20 16:04:12Z mva $ PORTNAME= anonfunc PORTVERSION= 1.0 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://people.freebsd.org/~perky/distfiles/ MASTER_SITE_SUBDIR= perky PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Python module that provides easy anonymous function USES= python USE_PYTHON= distutils autoplist post-patch: @${REINPLACE_CMD} \ -e 's,distutils\.command\.install ,setuptools\.command\.install ,' \ ${WRKSRC}/setup.py .include