diff options
Diffstat (limited to 'www/py-postmarkup/Makefile')
-rw-r--r-- | www/py-postmarkup/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/py-postmarkup/Makefile b/www/py-postmarkup/Makefile new file mode 100644 index 000000000000..0d2bdb164a4a --- /dev/null +++ b/www/py-postmarkup/Makefile @@ -0,0 +1,20 @@ +# 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> |