16a3588f86
- Reset maintainer
20 lines
422 B
Makefile
20 lines
422 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.9
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Setuptools plugin for darcs
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|