Edit

IABSD.fr/ports/www/youtube-dl/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2025-04-29 10:40:28
    Hash : d634ada7
    Message : sync PLISTs for setuptools ports

  • www/youtube-dl/Makefile
  • COMMENT =	CLI program to download videos from YouTube and other sites
    
    VERSION =	2021.12.17
    MODPY_DISTV =	${VERSION:S/.0/./g}
    
    DISTNAME =	youtube-dl-${VERSION}
    CATEGORIES =	www
    REVISION =	5
    
    HOMEPAGE =	https://yt-dl.org
    
    # Public Domain
    PERMIT_PACKAGE =	Yes
    
    SITES =		https://youtube-dl.org/downloads/${VERSION}/
    
    MODULES =	lang/python
    
    MODPY_PYBUILD =	setuptools
    
    TEST_DEPENDS +=	devel/flake8
    
    WRKDIST =	${WRKDIR}/youtube-dl
    
    .include <bsd.port.mk>