9c4edbdec6
WWW: http://pypi.python.org/pypi/setuptools_darcs/ PR: ports/136175 Submitted by: Wen Heping <wenheping at gmail.com>
20 lines
424 B
Makefile
20 lines
424 B
Makefile
# New ports collection makefile for: py-setuptools_darcs
|
|
# Date created: 30 June, 2009
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= setuptools_darcs
|
|
PORTVERSION= 1.2.8
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= Setuptools plugin for darcs
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|