mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
25 lines
472 B
Makefile
25 lines
472 B
Makefile
# Created by: Nicola Vitale <nivit@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pafy
|
|
PORTVERSION= 0.3.41
|
|
#PORTREVISION= 0
|
|
CATEGORIES= www
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= Pafy-${PORTVERSION}
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= Python API for YouTube
|
|
|
|
LICENSE= GPLv3
|
|
|
|
# This port installs the following files in shared dirs
|
|
# PLIST_FILES= bin/ytdl
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
|
USE_PYTHON= yes
|
|
|
|
.include <bsd.port.mk>
|