1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/devel/pyst/Makefile
Dmitry Marakasov c7e624b321 - Switch to options helpers
- While here, add some NO_ARCHes

Approved by:	portmgr blanket
2015-09-01 16:20:47 +00:00

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>