freebsd-ports/devel/py-lazr.delegates/Makefile
Jose Alonso Cardenas Marquez fafa657338 - Fix LICENSE
- Use python instead of python:3. It supports python 2.x and 3.x

Reported by:	dbaio
2017-08-30 03:02:56 +00:00

22 lines
499 B
Makefile

# $FreeBSD$
PORTNAME= lazr.delegates
PORTVERSION= 2.0.3
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= acm@FreeBSD.org
COMMENT= Easily write objects that delegate behavior
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/COPYING.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface \
${PYTHON_PKGNAMEPREFIX}nose>=1.3.7:devel/py-nose
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>