1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/www/py-webassets/Makefile
2016-08-22 13:15:15 +00:00

20 lines
317 B
Makefile

# $FreeBSD$
PORTNAME= webassets
PORTVERSION= 0.12.0
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>