1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

Relax USES=python

- Allow concurrent installation (USE_PYTHON=concurrent)
- Add NO_ARCH
- Bump PORTREVISION for package change
- Take maintainership
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-02-25 05:34:03 +00:00
parent c23c9065ab
commit 134c965f89
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462928

View File

@ -3,17 +3,18 @@
PORTNAME= coards
PORTVERSION= 1.0.5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= COARDS compliant time parser
LICENSE= MIT
USES= python:2.7
USE_PYTHON= distutils autoplist
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>