1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/www/py-webassets/Makefile
William Grzybowski a9b6db8f82 www/py-webassets: update to 0.12.1
PR:		231826
Submitted by:	rene
2018-12-20 18:04:03 +00:00

20 lines
317 B
Makefile

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