2012-09-30 06:20:49 +02:00
|
|
|
# Created by: Wen Heping <wenheping@gmail.com>
|
2006-12-17 10:40:21 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2009-06-14 01:51:23 +02:00
|
|
|
PORTNAME= markdown2
|
2017-02-09 02:14:16 +01:00
|
|
|
PORTVERSION= 2.3.3
|
2009-06-14 01:51:23 +02:00
|
|
|
CATEGORIES= textproc python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2006-12-17 10:40:21 +01:00
|
|
|
|
2009-09-30 01:15:22 +02:00
|
|
|
MAINTAINER= wen@FreeBSD.org
|
2014-05-11 15:43:05 +02:00
|
|
|
COMMENT= Fast and complete Python implementation of Markdown
|
|
|
|
|
|
|
|
LICENSE= MIT
|
2006-12-17 10:40:21 +01:00
|
|
|
|
2014-12-07 11:01:36 +01:00
|
|
|
USES= python zip
|
2015-12-09 09:25:20 +01:00
|
|
|
USE_PYTHON= autoplist distutils
|
2006-12-17 10:40:21 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|