1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/textproc/py-CommonMark/Makefile
Yuri Victorovich aa9a80fe1b textproc/py-CommonMark: Add missing dependency devel/py-future
While here:
* Add NO_ARCH=yes
* Update WWW with the real homepage

Approved by:	portmgr (port compliance, infrastructure)
2018-06-11 09:12:37 +00:00

23 lines
458 B
Makefile

# $FreeBSD$
PORTNAME= CommonMark
PORTVERSION= 0.7.5
PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= romain@FreeBSD.org
COMMENT= Python parser for the CommonMark Markdown spec
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>