blob: b111f334c95dbe09b3549ad87dbbfe393a4ee6f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= markdown2
PORTVERSION= 2.1.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= A fast and complete Python implementation of Markdown
USE_ZIP= yes
USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
NO_STAGE= yes
.include <bsd.port.mk>
|