pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
22 lines
556 B
Makefile
22 lines
556 B
Makefile
# $NetBSD: Makefile,v 1.14 2020/01/26 17:32:23 rillig 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= https://www.owlfish.com/software/simpleTAL/
|
|
COMMENT= Stand alone implementation of the Zope TAL
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= #none
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 27
|
|
|
|
do-test:
|
|
${PYTHONBIN} ${WRKSRC}/runtests.py
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|