mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
22 lines
527 B
Makefile
22 lines
527 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.2.0
|
|
CATEGORIES= www python
|
|
MASTER_SITES= 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= -2.7
|
|
USE_PYDISTUTILS=easy_install
|
|
|
|
.include <bsd.port.mk>
|