mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
dde7047b55
documents. WWW: http://bitbucket.org/cliff/rstyoutube PR: ports/163343 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
23 lines
546 B
Makefile
23 lines
546 B
Makefile
# New ports collection makefile for: py-rstyoutube
|
|
# Date created: 2011-12-16
|
|
# Whom: Olivier Duchateau <duchateau.olivier@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rstyoutube
|
|
PORTVERSION= 0.1.1
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= duchateau.olivier@gmail.com
|
|
COMMENT= Embed YouTube videos in reStructuredText documents
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/docutils/__init__.py:${PORTSDIR}/textproc/py-docutils
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|