blob: 1ad31152f2bfcf222fb9725ea925a08f66b80b89 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: py-markdown2
# Date created: 4th June, 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= markdown2
PORTVERSION= 1.0.1.13
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wenheping@gmail.com
COMMENT= A fast and complete Python implementaion of Markdown
USE_ZIP= yes
USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
.include <bsd.port.mk>
|