pkgsrc/devel/py-unit/Makefile
jlam e44bf515dc Strip the ".buildlink" from the names of the python application and
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.
2002-09-21 23:46:45 +00:00

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"