f671f7255d
to email. Hat: portmgr
20 lines
489 B
Makefile
20 lines
489 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.1.4
|
|
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
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
#USE_ZIP= yes
|
|
|
|
.include <bsd.port.mk>
|