19 lines
523 B
Makefile
19 lines
523 B
Makefile
# $NetBSD: Makefile,v 1.5 2016/06/08 17:43:49 wiz Exp $
|
|
|
|
DISTNAME= djangocms-picture-0.2.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=d/djangocms-picture/}
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= https://github.com/divio/djangocms-picture/
|
|
COMMENT= Flash plugin for django CMS
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-django-cms-[0-9]*:../../www/py-django-cms
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|