9d9e289f52
WWW: https://github.com/stephenmcd/filebrowser-safe PR: ports/168489 Submitted by: koobs <koobs.freebsd@gmail.com>
23 lines
550 B
Makefile
23 lines
550 B
Makefile
# New ports collection makefile for: django-mezzanine-filebrowser
|
|
# Date created: 2012-05-28
|
|
# Whom: koobs <koobs.freebsd@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= django-mezzanine-filebrowser
|
|
PORTVERSION= 0.2.6
|
|
CATEGORIES= www
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= filebrowser_safe-${PORTVERSION}
|
|
|
|
MAINTAINER= koobs.freebsd@gmail.com
|
|
COMMENT= Fork of django-filebrowser for Mezzanine CMS
|
|
|
|
USE_PYTHON= yes
|
|
USE_GETTEXT= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
PYDISTUTILS_PKGNAME= filebrowser_safe
|
|
|
|
.include <bsd.port.mk>
|