freebsd-ports/textproc/py-markdown/Makefile
Kubilay Kocak 0d35689c9e - Update to 2.3.1
- Update USE_PYTHON version
- Add LICENSE
- Add TEST_DEPENDS and regression-test target

PR:		ports/177317
Submitted by:	Gary J. Hayers
Approved by:	eadler (mentor)
2013-03-24 03:08:36 +00:00

26 lines
532 B
Makefile

# Created by: Graham Todd <gtodd@bellanet.org>
# $FreeBSD$
PORTNAME= markdown
PORTVERSION= 2.3.1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Markdown-${PORTVERSION}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Text markup to HTML conversion engine for Python
LICENSE= BSD
TEST_DEPENDS= nosetests:${PORTSDIR}/devel/py-nose
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= Markdown
regression-test: build
@cd ${WRKSRC} && nosetests
.include <bsd.port.mk>