ports/devel/py-xstatic-autosize/Makefile
Muhammad Moinur Rahman 0aa7c677e0
devel/py-xstatic-autosize: New port
autosize 1.17.2 (XStatic packaging standard)

autosize (jQuery plugin for dynamic textarea sizing) packaged for
setuptools (easy_install) / pip.

This package is intended to be used by **any** project that needs these
files.

It intentionally does **not** provide any extra code except some
metadata **nor** has any extra requirements. You MAY use some minimal
support code from the XStatic base package, if you like.

WWW: https://www.jacklmoore.com/autosize/
2024-09-24 06:59:58 +02:00

23 lines
499 B
Makefile

PORTNAME= xstatic-autosize
DISTVERSION= 1.17.2.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= XStatic-autosize-${DISTVERSION}
MAINTAINER= bofh@FreeBSD.org
COMMENT= autosize 1.17.2 (XStatic packaging standard)
WWW= https://www.jacklmoore.com/autosize/
LICENSE= MIT
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
post-patch:
@${REINPLACE_CMD} -e "s|xs.PACKAGE_NAME|'xstatic-autosize'|g" \
${WRKSRC}/setup.py
.include <bsd.port.mk>