pkgsrc-wip/py-julio/Makefile
Kamel Ibn Aziz Derouiche f7311df0de Import py26-julio-0.4.0 as wip/py-julio.
Julio (named after Julia that is the Java implementation) is a Python
implementation of the Fractal component model. Julio has also
be developed mainly for personal use. It is intended to be compliant to
Fractal 3.1 (no templates for the moment).
2010-07-31 12:09:34 +00:00

20 lines
539 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/07/31 12:09:34 jihbed Exp $
#
DISTNAME= julio-0.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= http://www.lifl.fr/~marvie/download/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://www.lifl.fr/~marvie/software/julio.html
COMMENT= Python Implementation of the Fractal Specification
#LICENSE= # TODO: (see mk/license.mk)
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # none
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"