freebsd-ports/devel/py-weakrefmethod/Makefile
Antoine Brodin 4a24986fca Simplify
PR:		226775
Submitted by:	sunpoet
2018-03-19 20:03:48 +00:00

20 lines
421 B
Makefile

# Created by: antoine@FreeBSD.org
# $FreeBSD$
PORTNAME= weakrefmethod
PORTVERSION= 1.0.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= antoine@FreeBSD.org
COMMENT= WeakMethod class for storing bound methods using weak references
LICENSE= PSFL
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USES= python:2.7
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>