e44bf515dc
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead.
15 lines
402 B
Makefile
15 lines
402 B
Makefile
# $NetBSD: Makefile,v 1.2 2002/09/21 23:46:49 jlam Exp $
|
|
|
|
DISTNAME= pyunit-1.4.1
|
|
PKGNAME= ${PYPKGPREFIX}-unit-1.4.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyunit/}
|
|
|
|
MAINTAINER= shell@shellhung.org
|
|
HOMEPAGE= http://pyunit.sourceforge.net/
|
|
COMMENT= unit testing framework for python
|
|
|
|
PYDISTUTILSPKG= # defined
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|