17 lines
440 B
Makefile
17 lines
440 B
Makefile
# $NetBSD: Makefile,v 1.5 2012/10/16 11:40:21 jihbed Exp $
|
|
#
|
|
|
|
DISTNAME= PuLP-1.4.7
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/P/p/S/L/l/S/P/p/}
|
|
CATEGORIES= math python
|
|
MASTER_SITES= http://pulp-or.googlecode.com/files/
|
|
|
|
MAINTAINER= jihbed.research@gmail.com
|
|
HOMEPAGE= http://code.google.com/p/pulp-or/
|
|
COMMENT= LP modeler in Python
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|