7a46a8bb43
Version 2.0.2 ------------- Released January 18, 2015 - Added more localizations and updated some. - Validators for email and URL can validate IDNA-encoded domain names and new TLDs - Better DeprecationWarnings - Support localization files in /usr/share/locale (for distro packaging)
20 lines
540 B
Makefile
20 lines
540 B
Makefile
# $NetBSD: Makefile,v 1.11 2015/01/30 21:12:58 kleink Exp $
|
|
|
|
DISTNAME= WTForms-2.0.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= http://pypi.python.org/packages/source/W/WTForms/
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= kleink@NetBSD.org
|
|
HOMEPAGE= http://wtforms.simplecodes.com/
|
|
COMMENT= Flexible forms validation and rendering library
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
post-extract:
|
|
${FIND} ${WRKSRC} -type f -exec ${CHMOD} -x {} \;
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|