pkgsrc/devel/py-argparse/Makefile
2010-07-24 17:46:59 +00:00

21 lines
529 B
Makefile

# $NetBSD: Makefile,v 1.2 2010/07/24 17:46:59 gdt 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
USE_LANGUAGES= # none
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"