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.
29 lines
679 B
Makefile
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"
|