aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-apipkg/Makefile
blob: d3e88e8a1860da6ed09991819e45574a5a57d628 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$

PORTNAME=   apipkg
PORTVERSION=    1.0
PORTREVISION=   1
CATEGORIES= devel python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= wen@FreeBSD.org
COMMENT=    Namespace control and lazy-import mechanism

USE_PYTHON=     yes
USE_PYDISTUTILS=    yes
PYDISTUTILS_AUTOPLIST=  yes

.include <bsd.port.mk>