f34021d038
Adjust WWW link in pkg_descr to avoid hardcoding a version number.
21 lines
391 B
Makefile
21 lines
391 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= leather
|
|
PORTVERSION= 0.3.3
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= matthew@FreeBSD.org
|
|
COMMENT= Charting library for those who need charts now
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|