291593981a
on BitBucket projects. WWW: http://www.doughellmann.com/projects/sphinxcontrib-bitbucket/
23 lines
521 B
Makefile
23 lines
521 B
Makefile
# New ports collection makefile for: py-sphinxcontrib-bitbucket
|
|
# Date created: 2012-08-20
|
|
# Whom: Nicola Vitale <nivit@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sphinxcontrib-bitbucket
|
|
PORTVERSION= 1.0
|
|
#PORTREVISION= 0
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= Sphinx/BitBucket integration
|
|
|
|
RUN_DEPENDS= ${PKGNAMEPREFIX}sphinx>=1.1.3:${PORTSDIR}/textproc/py-sphinx
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|