pkgsrc/misc/py-anita/Makefile
obache 5de8a2d352 * no need to buildlink with py-pexpect, simple DEPENDS is sufficient.
* sort Make blocks
* any of compiler languages are not required to build.
* distutils pkg, switch to use distutils.mk.

Bump PKGREVISION.
2012-01-28 08:43:05 +00:00

24 lines
650 B
Makefile

# $NetBSD: Makefile,v 1.18 2012/01/28 08:43:05 obache Exp $
#
DISTNAME= anita-1.24
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.gson.org/netbsd/anita/download/
MAINTAINER= gson@NetBSD.org
HOMEPAGE= http://www.gson.org/netbsd/anita/
COMMENT= Automated NetBSD Installation and Test Application
LICENSE= isc
DEPENDS+= qemu>=0.12.3nb2:../../emulators/qemu
DEPENDS+= cdrtools>=2.00.00.00:../../sysutils/cdrtools
DEPENDS+= ${PYPKGPREFIX}-pexpect>=2.1:../../devel/py-pexpect
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= #none
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"