1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/www/py-postmarkup/Makefile
Marcus von Appen 1b0994ee1e - Convert USE_PYTHON to new USES in www/
With hat:	python@
2015-01-03 08:41:20 +00:00

20 lines
387 B
Makefile

# Created by: Chao Shin <quakelee@cn.freebsd.org>
# $FreeBSD$
PORTNAME= postmarkup
PORTVERSION= 1.2.0
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Library to parse the BBcode written in Python
LICENSE= BSD3CLAUSE
USES= python:2
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>