1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/www/py-postmarkup/Makefile
Martin Wilke 6d56f7f42e Generates XHTML snippets from BBCode.
WWW: http://code.google.com/p/postmarkup/

PR:		ports/113437
Submitted by:	Chao Shin <quakelee at cn.freebsd.org>
2007-06-08 23:15:33 +00:00

21 lines
507 B
Makefile

# New ports collection makefile for: py-postmarkup
# Date created: June 7, 2007
# Whom: Chao Shin <quakelee@cn.freebsd.org>
#
# $FreeBSD$
PORTNAME= postmarkup
PORTVERSION= 1.0.4
CATEGORIES= www python
MASTER_SITES= http://postmarkup.googlecode.com/files/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= quakelee@cn.freebsd.org
COMMENT= A library to parse the BBcode written in Python
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USE_ZIP= yes
.include <bsd.port.mk>