blob: 522532c037d05ee421abd6c1de387c36c77cfeab (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $FreeBSD$
PORTNAME= webassets
PORTVERSION= 0.10.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
.include <bsd.port.mk>
|