opnsense-ports/devel/pyst/Makefile
Franco Fichtner 69b48d3f1e */*: sync with upstream
Taken from: FreeBSD
2015-09-10 05:23:56 +02:00

29 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>