pkgsrc-wip/py-shedskin/Makefile
Thomas Klausner 1e186dcfca Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
2012-04-08 19:09:41 +00:00

29 lines
679 B
Makefile

# $NetBSD: Makefile,v 1.3 2012/04/08 19:09:51 thomasklausner Exp $
#
DISTNAME= shedskin-0.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= lang python
MASTER_SITES= http://shedskin.googlecode.com/files/
EXTRACT_SUFX= .tgz
MAINTAINER= kamel.derouiche@gmail.com
HOMEPAGE= http://code.google.com/p/shedskin/
COMMENT= Python-to-c++ compiler
LICENSE= gnu-gpl-v3
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c++
PYDISTUTILSPKG=yes
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
post-extract:
cd ${WRKSRC}/scripts && ${MV} shedskin shedskin${PYVERSSUFFIX}
do-test:
cd ${WRKSRC} && ${PYTHONBIN} test.py
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"