25 lines
598 B
Makefile
25 lines
598 B
Makefile
# $NetBSD: Makefile,v 1.7 2011/02/25 09:47:48 thomasklausner Exp $
|
|
#
|
|
|
|
DISTNAME= ipaddr-2.1.7
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= net python
|
|
MASTER_SITES= http://ipaddr-py.googlecode.com/files/
|
|
|
|
MAINTAINER= mishka@NetBSD.org
|
|
HOMEPAGE= http://ipaddr-py.googlecode.com/
|
|
COMMENT= IPv4/IPv6 address manipulation library
|
|
LICENSE= apache-2.0
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYDISTUTILSPKG= yes
|
|
PYTHON_VERSIONS_ACCEPTED= 27 26 25 24
|
|
|
|
do-test:
|
|
( cd ${WRKSRC} && ${PYTHONBIN} ipaddr_test.py )
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|