mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
e0b928668b
- Upstream reverted to plain distutils, dont use easy_install - DISTFILE is now a .zip (USE_ZIP) - Remove DISTNAME or PYDISTUTILS_PKGNAME (default is correct) - Update MASTER_SITES - Add LICENSE/LICENSE_FILE - Update pkg-plist - Confirm CLANG build PR: ports/168363 Submitted by: koobs <koobs.freebsd@gmail.com> Approved by: maintainer timeout
26 lines
511 B
Makefile
26 lines
511 B
Makefile
# New ports collection makefile for: py-greenlet
|
|
# Date created: 6 Feb 2010
|
|
# Whom: Peter Schuller <peter.schuller@infidyne.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= greenlet
|
|
PORTVERSION= 0.3.4
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= peter.schuller@infidyne.com
|
|
COMMENT= Light-weight microthreads for Python
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
ONLY_FOR_ARCHS= amd64 i386
|
|
USE_ZIP= yes
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|