Edit

IABSD.fr/ports/textproc/py-prettytable/Makefile

Branch :

  • Show log

    Commit

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

  • textproc/py-prettytable/Makefile
  • COMMENT =	Python library for pretty-printing tabular data
    
    MODPY_DISTV =	0.7.2
    DISTNAME =		prettytable-${MODPY_DISTV}
    PKGNAME =		py-${DISTNAME}
    CATEGORIES =		textproc devel
    REVISION =		11
    
    MAINTAINER =	Edd Barrett <edd@openbsd.org>
    
    SITES =		${SITE_GOOGLECODE:=prettytable/}
    HOMEPAGE =	https://code.google.com/p/prettytable/
    
    # 3 clause BSD
    PERMIT_PACKAGE =	Yes
    
    MODULES =		lang/python
    MODPY_PYBUILD =		setuptools
    
    .include <bsd.port.mk>