mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 00:31:51 -04:00
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/
23 lines
499 B
Makefile
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>
|