blob: 2b8b6fd559503d2400e768890bb7392d575affdc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# ex:ts=8
# Ports collection makefile for: PyMT
# Date created: Dec 8, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= mt
PORTVERSION= 1.0
CATEGORIES= www python
MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/PyMT-${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyMT-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A Python module which provides Movable Type XML-RPC connectivity
USE_PYTHON= yes
NO_BUILD= yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/PyMT.py
do-install:
@${INSTALL_DATA} ${WRKSRC}/PyMT.py ${PYTHON_SITELIBDIR}
.include <bsd.port.mk>
|