mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
23 lines
555 B
Makefile
23 lines
555 B
Makefile
# $NetBSD: Makefile,v 1.5 2014/01/25 10:30:29 wiz Exp $
|
|
|
|
DISTNAME= SimpleTAL-4.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.owlfish.com/software/simpleTAL/downloads/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.owlfish.com/software/simpleTAL/
|
|
COMMENT= Stand alone implementation of the Zope TAL
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= #none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 33
|
|
|
|
do-test:
|
|
${PYTHONBIN} ${WRKSRC}/runtests.py
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|