3ec156f142
Remove now unnecessary overrides in various packages.
18 lines
524 B
Makefile
18 lines
524 B
Makefile
# $NetBSD: Makefile,v 1.2 2014/12/31 13:57:31 wiz Exp $
|
|
|
|
DISTNAME= djangocms-inherit-0.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= http://pypi.python.org/packages/source/d/djangocms-inherit/
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= https://github.com/divio/djangocms-inherit/
|
|
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"
|