1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/www/py-postmarkup/Makefile
William Grzybowski 9db6939011 www/py-postmarkup: switch from easy_install and minor changes
- Switch from easy_install to install
- Allow staging
- Add LICENSE (BSD3CLAUSE)
- Use python auto plist
- Remove leading article from COMMENT
2013-12-20 18:51:31 +00:00

21 lines
400 B
Makefile

# Created by: Chao Shin <quakelee@cn.freebsd.org>
# $FreeBSD$
PORTNAME= postmarkup
PORTVERSION= 1.2.0
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Library to parse the BBcode written in Python
LICENSE= BSD3CLAUSE
USE_PYTHON= 2
USE_PYDISTUTILS=yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>