no compiler languages is required to build.
This commit is contained in:
parent
af7cffdb78
commit
dcc503eee4
2 changed files with 6 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.7 2010/07/26 12:38:42 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2012/01/27 06:57:26 obache Exp $
|
||||
|
||||
DISTNAME= Paste-1.7.4
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
|
@ -12,5 +12,7 @@ LICENSE= mit
|
|||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= #none
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2011/10/15 10:54:25 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2012/01/27 06:54:40 obache Exp $
|
||||
|
||||
DISTNAME= SimpleTAL-4.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
|
@ -13,6 +13,8 @@ LICENSE= modified-bsd
|
|||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= #none
|
||||
|
||||
do-test:
|
||||
${PYTHONBIN} ${WRKSRC}/runtests.py
|
||||
|
||||
|
|
Loading…
Reference in a new issue