mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
22 lines
378 B
Makefile
22 lines
378 B
Makefile
# Created by: Nicola Vitale <nivit@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pafy
|
|
PORTVERSION= 0.3.74
|
|
#PORTREVISION= 0
|
|
CATEGORIES= www
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= Python API for YouTube
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTFILES:R:R}
|
|
|
|
.include <bsd.port.mk>
|