pkgsrc-wip/trac-plugins-spamfilter/Makefile
Thomas Klausner 3906e16f9f Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.

Fix various problems while here, including marking packages as not ready
for python-3.x.
2014-12-31 13:58:18 +00:00

36 lines
951 B
Makefile

# $NetBSD: Makefile,v 1.10 2014/12/31 13:58:49 thomasklausner Exp $
SVNREV= 9935
DISTNAME= TracSpamFilter-0.3.2dev
EGG_NAME= ${DISTNAME}_r0
PKGNAME= trac-plugins-spamfilter-0.3.2pre${SVNREV}
PKGREVISION= 1
CATEGORIES= www
MAINTAINER= roy@NetBSD.org
HOMEPAGE= http://trac.edgewall.org/wiki/SpamFilter
COMMENT= Spam Filter plugin for Trac
DEPENDS+= {ja-,}trac>=0.12:../../www/trac
PYTHON_VERSIONED_DEPENDENCIES= dns
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3.2dev/9935
SVN_REPOSITORIES= spamfilter
SVN_ROOT.spamfilter= http://svn.edgewall.org/repos/trac/plugins/0.12/spam-filter-captcha
SVN_TAG.spamfilter= ${SVNREV}
NO_CHECKSUM= yes
WRKSRC= ${WRKDIR}/spamfilter
PRIVILEGED_STAGES+= clean
post-extract:
find ${WRKSRC} -type d -name .svn -print | xargs rm -r
.include "../../lang/python/versioned_dependencies.mk"
.include "../../lang/python/egg.mk"
.include "../../wip/mk/svn-package.mk"
.include "../../mk/bsd.pkg.mk"