blob: 1d02604988a9620583994f67ea13d62752f0d498 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: py-markdown
# Date created: 28 November 2006
# Whom: Graham Todd <gtodd@bellanet.org>
#
# $FreeBSD$
#
PORTNAME= markdown
PORTVERSION= 1.7
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
MASTER_SITE_SUBDIR= source/M/Markdown
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Text markup to HTML conversion engine for Python
USE_ZIP= yes
USE_PYTHON= 2.4+
USE_PYDISTUTILS= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>
|