1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/www/py-webassets/Makefile
Kai Knoblich e605d0d939 www/py-webassets: Update to 2.0
* Make port concurrent safe because it installs scripts outside of Python's
  site-lib directory.

* Take maintainership.

Changelog:

https://github.com/miracle2k/webassets/blob/2.0/CHANGES

PR:		245546
Approved by:	wg (maintainer)
2020-04-14 11:50:20 +00:00

21 lines
358 B
Makefile

# $FreeBSD$
PORTNAME= webassets
PORTVERSION= 2.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kai@FreeBSD.org
COMMENT= Media asset management for Python
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>