mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
1b0994ee1e
With hat: python@
20 lines
387 B
Makefile
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>
|