2007-06-09 01:15:33 +02:00
|
|
|
# New ports collection makefile for: py-postmarkup
|
|
|
|
# Date created: June 7, 2007
|
|
|
|
# Whom: Chao Shin <quakelee@cn.freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= postmarkup
|
2008-11-23 18:29:16 +01:00
|
|
|
PORTVERSION= 1.1.4
|
2007-06-09 01:15:33 +02:00
|
|
|
CATEGORIES= www python
|
2008-03-06 23:19:52 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
2007-06-09 01:15:33 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2008-12-16 06:15:41 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2007-06-09 01:15:33 +02:00
|
|
|
COMMENT= A library to parse the BBcode written in Python
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
2008-11-23 18:29:16 +01:00
|
|
|
#USE_ZIP= yes
|
2007-06-09 01:15:33 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|