mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 15:40:32 -04:00
- Add LICENSE - Add NO_ARCH - Sort USE_PYTHON - Allow concurrent installation (USE_PYTHON=concurrent) Changes: https://bitbucket.org/hpk42/apipkg/src/default/CHANGELOG PR: 218359 Submitted by: sunpoet (myself) Approved by: wen (maintainer)
20 lines
406 B
Makefile
20 lines
406 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= apipkg
|
|
PORTVERSION= 1.4
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Namespace control and lazy-import mechanism
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
.include <bsd.port.mk>
|