COMMENT should not be longer than 70 characters. COMMENT should not begin with 'A'. COMMENT should not begin with 'An'. COMMENT should not begin with 'a'. COMMENT should not end with a period. COMMENT should start with a capital letter. pkglint warnings. Some files also got minor formatting, spelling, and style corrections.
25 lines
679 B
Makefile
25 lines
679 B
Makefile
# $NetBSD: Makefile,v 1.3 2013/04/06 03:45:27 rodent Exp $
|
|
#
|
|
|
|
DISTNAME= filebrowser-safe-0.2.13
|
|
PKGNAME= ${PYPKGPREFIX}-django-mezzanine-${DISTNAME:S/-safe//}
|
|
PKGREVISION= 1
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= https://github.com/stephenmcd/filebrowser-safe/
|
|
COMMENT= Mezzanine CMS django filebrowser
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
|
|
DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LANGUAGES= # none
|
|
|
|
EGG_NAME= ${DISTNAME:S/-/_/}
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|