pkgsrc-wip/py-paragram/Makefile

21 lines
510 B
Makefile

# $NetBSD: Makefile,v 1.3 2014/02/10 21:21:56 jihbed Exp $
#
DISTNAME= paragram-0.1.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= http://gfxmonk.net/dist/0install/paragram/
EXTRACT_SUFX= .tgz
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= http://gfxmonk.net/dist/0install/paragram/
COMMENT= Erlang-style concurrency library for python
#LICENSE= # TODO: (see mk/license.mk)
WRKSRC= ${WRKDIR}
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"