Tweak devel/p5-Cdk version 5.20120324_1
[dports.git] / devel / pyst / Makefile
1 # Created by: Mikhail T. <m.tsatsenko@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       pyst
5 PORTVERSION=    0.6.50
6 CATEGORIES=     devel python
7 MASTER_SITES=   SF/${PORTNAME}/pyst/${PORTVERSION}
8
9 MAINTAINER=     m.tsatsenko@gmail.com
10 COMMENT=        Python interface to allow Asterisk programming
11
12 LICENSE=        LGPL21 PSFL
13 LICENSE_COMB=   dual
14
15 USES=           python:2
16 USE_PYTHON=     distutils
17 NO_ARCH=        yes
18
19 PORTDOCS=       README README.html ChangeLog
20
21 OPTIONS_DEFINE= DOCS
22
23 post-install-DOCS-on:
24         @${MKDIR} ${STAGEDIR}${DOCSDIR}
25 .for file in ${PORTDOCS}
26         @${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
27 .endfor
28
29 .include <bsd.port.mk>