ad5710d4e8
Approved by: mentors(implicit)
20 lines
417 B
Makefile
20 lines
417 B
Makefile
# New ports collection makefile for: py-tgMochiKit
|
|
# Date created: 5th Oct, 2009
|
|
# Whom: Wen Heping <wen@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tgMochiKit
|
|
PORTVERSION= 1.4.2
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= MochiKit packaged as TurboGears widgets
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|