mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
8fe00c1ba3
- Remove NO_STAGE= flag - Use PYDISTUTILS=yes instead of easy_install - Use AUTOPLIST PR: ports/185952 Submitted by: Johannes Jost Meixner <xmj@chaot.net> (maintainer)
20 lines
354 B
Makefile
20 lines
354 B
Makefile
# Created by: Johannes Meixner <xmj@chaot.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= coards
|
|
PORTVERSION= 1.0.5
|
|
CATEGORIES= science python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= xmj@chaot.net
|
|
COMMENT= COARDS compliant time parser
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_PYTHON= 2
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|