Changeset View
Changeset View
Standalone View
Standalone View
head/devel/py-subprocess32/Makefile
| Property | Old Value | New Value |
|---|---|---|
| svn:eol-style | null | native \ No newline at end of property |
| svn:keywords | null | FreeBSD=%H \ No newline at end of property |
| svn:mime-type | null | text/plain \ No newline at end of property |
| # $FreeBSD$ | |||||
| PORTNAME= subprocess32 | |||||
| DISTVERSION= 3.2.7 | |||||
| CATEGORIES= devel python | |||||
| MASTER_SITES= CHEESESHOP | |||||
| PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | |||||
| MAINTAINER= dbaio@FreeBSD.org | |||||
| COMMENT= Backport of the subprocess module from Python 3.2 & 3.3 | |||||
| LICENSE= PSFL | |||||
| LICENSE_FILE= ${WRKSRC}/LICENSE | |||||
| USES= python:2.7 | |||||
| USE_PYTHON= autoplist distutils | |||||
| post-install: | |||||
| ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_posixsubprocess.so | |||||
| .include <bsd.port.mk> | |||||