mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 20:07:50 -04:00
21 lines
540 B
Makefile
21 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"
|