mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 12:59:17 -04:00
18 lines
357 B
Makefile
18 lines
357 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= CommonMark
|
|
PORTVERSION= 0.7.4
|
|
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
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|