9a0666357e
Remove it from the default list for the rest.
22 lines
563 B
Makefile
22 lines
563 B
Makefile
# $NetBSD: Makefile,v 1.3 2011/12/03 00:02:14 joerg Exp $
|
|
#
|
|
|
|
VERSION= 1.1
|
|
DISTNAME= argparse-${VERSION}
|
|
PKGNAME= ${PYPKGPREFIX}-argparse-${VERSION}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://argparse.googlecode.com/files/
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= gdt@ir.bbn.com
|
|
HOMEPAGE= http://code.google.com/p/argparse/
|
|
COMMENT= Easy, declarative interface for creating command line tools
|
|
LICENSE= apache-2.0
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
PYTHON_VERSIONS_INCLUDE_3X= yes
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|