1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/devel/pyst/Makefile
Jason Helfman f76b065974 - update to 0.4.38
- add LICENSE
- Specify specific USE_PYTHON versions
- while here use PORTDODCS and remove corresponding entries from plist, shift conditional to optionsNG

PR:	ports/169139
Submitted by:	koobs.freebsd@gmail.com
Approved by:	maintainer, m.tsatsenko@gmail.com
2012-06-18 22:44:46 +00:00

35 lines
686 B
Makefile

# New ports collection makefile for: pyst
# Date created: 06 Sep 2011
# Whom: Mikhail T. <m.tsatsenko@gmail.com>
#
# $FreeBSD$
#
PORTNAME= pyst
PORTVERSION= 0.4.38
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
USE_PYTHON= 2.5-2.7
USE_PYDISTUTILS= yes
PORTDOCS= README README.html ChangeLog
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
post-install:
@${MKDIR} ${DOCSDIR}
.for file in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>