summaryrefslogtreecommitdiff
path: root/devel/py-virtualenvwrapper/Makefile
blob: 4c21d4a8876b130a61dad7816d4d63f1636a1ac5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:	py-virtualenvwrapper
# Date created:		2010-05-06
# Whom:			Nicola Vitale <nivit@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	virtualenvwrapper
PORTVERSION=	2.5
PORTREVISION=	0
CATEGORIES=	devel python
MASTER_SITES=	http://www.doughellmann.com/downloads/ \
		http://nivi.interfree.it/distfiles/${PORTNAME}/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	nivit@FreeBSD.org
COMMENT=	A set of extensions to Virtual Python Environment builder

RUN_DEPENDS=	${PKGNAMEPREFIX}virtualenv>=1.4.8:${PORTSDIR}/devel/py-virtualenv

USE_PYDISTUTILS=	easy_install
USE_PYTHON=	yes

DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}

.if !defined(NOPORTDOCS)
post-install:
	${MKDIR} ${DOCSDIR}
	cd ${WRKSRC}/docs/html && ${COPYTREE_SHARE} . ${DOCSDIR}
.endif

.include <bsd.port.mk>