mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
e605d0d939
* 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)
21 lines
358 B
Makefile
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>
|