aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-mwlib.ext/Makefile
blob: 2cc81c29ed83dd6390d1b1cadc84a1a4e68db7b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    mwlib.ext
# Date created:     22 Dec 2008
# Whom:         Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   mwlib.ext
PORTVERSION=    0.12.0
CATEGORIES= devel python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= wenheping@gmail.com
COMMENT=    Provide Dependencies for mwlib

USE_PYTHON=     2.5+
USE_PYDISTUTILS=    easy_install
PYEASYINSTALL_ARCHDEP=  yes

.include <bsd.port.mk>