blob: a83c1307bf4377d6bd558a3df8b801f0619b700e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: py-postmarkup
# Date created: June 7, 2007
# Whom: Chao Shin <quakelee@cn.freebsd.org>
#
# $FreeBSD$
PORTNAME= postmarkup
PORTVERSION= 1.2.0
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= A library to parse the BBcode written in Python
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
.include <bsd.port.mk>
|