ports/devel/py-apipkg/Makefile
Sunpoet Po-Chuan Hsieh 7ebd7908d4 Update to 1.4
- 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)
2017-04-05 13:37:02 +00:00

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>