1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/www/py-pafy/Makefile
Nicola Vitale 2d3ae64059 - Update to 0.3.64
- Switch to USES= python

PR:	148441
Submitted by:	olivierd
2014-12-02 05:02:40 +00:00

21 lines
372 B
Makefile

# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
PORTNAME= pafy
PORTVERSION= 0.3.64
#PORTREVISION= 0
CATEGORIES= www
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Pafy-${PORTVERSION}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Python API for YouTube
LICENSE= GPLv3
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>