mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 03:49:14 -04:00
- Add LICENSE [1] - Pet portlint PR: 189314 [1] Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> [1]
20 lines
395 B
Makefile
20 lines
395 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= markdown2
|
|
PORTVERSION= 2.2.1
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Fast and complete Python implementation of Markdown
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= zip
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|