freebsd-ports/textproc/py-markdown2/Makefile
Martin Wilke 4fedf3e38f - Update to 1.0.1.12
- Connect py-markdown2 to the build

PR:		135247
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-06-13 23:51:23 +00:00

21 lines
471 B
Makefile

# 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.12
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>