mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
c7e624b321
- While here, add some NO_ARCHes Approved by: portmgr blanket
30 lines
588 B
Makefile
30 lines
588 B
Makefile
# Created by: Mikhail T. <m.tsatsenko@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pyst
|
|
PORTVERSION= 0.6.50
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= SF/${PORTNAME}/pyst/${PORTVERSION}
|
|
|
|
MAINTAINER= m.tsatsenko@gmail.com
|
|
COMMENT= Python interface to allow Asterisk programming
|
|
|
|
LICENSE= LGPL21 PSFL
|
|
LICENSE_COMB= dual
|
|
|
|
USES= python:2
|
|
USE_PYTHON= distutils
|
|
NO_ARCH= yes
|
|
|
|
PORTDOCS= README README.html ChangeLog
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
.for file in ${PORTDOCS}
|
|
@${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|