aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-markdown/Makefile
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2013-03-24 03:08:36 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2013-03-24 03:08:36 +0000
commit0d35689c9e31096530df7424f47f55daef27e2a7 (patch)
tree078eb6475c3a83ce6cad35693a28a54299724b29 /textproc/py-markdown/Makefile
parentf50bec50b98dfc30a51d946f6c817e1eb3af1313 (diff)
downloadports-0d35689c9e31096530df7424f47f55daef27e2a7.tar.gz
ports-0d35689c9e31096530df7424f47f55daef27e2a7.zip
- 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)
Notes
Notes: svn path=/head/; revision=315090
Diffstat (limited to 'textproc/py-markdown/Makefile')
-rw-r--r--textproc/py-markdown/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/textproc/py-markdown/Makefile b/textproc/py-markdown/Makefile
index c74d8fe25830..0ffa333a111b 100644
--- a/textproc/py-markdown/Makefile
+++ b/textproc/py-markdown/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= markdown
-PORTVERSION= 2.3
+PORTVERSION= 2.3.1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,9 +11,16 @@ DISTNAME= Markdown-${PORTVERSION}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Text markup to HTML conversion engine for Python
-USE_PYTHON= 2.5+
+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>