freebsd-ports/textproc/py-hyperestraier-python/Makefile
Antoine Brodin 41a5348a3b Deprecate a few ports
With hat:	portmgr
2020-02-23 15:25:53 +00:00

35 lines
889 B
Makefile

# Created by: Junji NAKANISHI <jun-g@daemonfreaks.com>
# $FreeBSD$
PORTNAME= hyperestraier
PORTVERSION= 0.10.10
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= -python
EXTRACT_SUFX= .tgz
MAINTAINER= jun-g@daemonfreaks.com
COMMENT= Pure Python HyperEstraier library
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-08-15
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= python:2.7
USE_PYTHON= distutils
PORTEXAMPLES= example.py asyn_example.py
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}${PKGNAMESUFFIX}
OPTIONS_DEFINE= EXAMPLES
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MEXAMPLES}
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/example.py ${STAGEDIR}${EXAMPLESDIR}/
${INSTALL_DATA} ${WRKSRC}/asyn_example.py ${STAGEDIR}${EXAMPLESDIR}/
.endif
.include <bsd.port.mk>