summaryrefslogtreecommitdiff
path: root/devel/py-px/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-px/Makefile')
-rw-r--r--devel/py-px/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/devel/py-px/Makefile b/devel/py-px/Makefile
deleted file mode 100644
index 5ac11cb84f2d..000000000000
--- a/devel/py-px/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# Created by: Hye-Shik Chang
-# $FreeBSD$
-
-PORTNAME= px
-PORTVERSION= 0.9.5
-CATEGORIES= devel python
-MASTER_SITES= GOOGLE_CODE
-PROJECTHOST= python-p4lib
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DIST_SUBDIR= python
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Perforce p4 wrapper and Python Perforce interface
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-
-BROKEN= Unfetchable (google code has gone away)
-DEPRECATED= Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE= 2017-04-30
-
-USES= python zip
-USE_PYTHON= distutils autoplist
-NO_ARCH= yes
-
-PORTDOCS= BUGS.txt README.txt TODO.txt
-
-OPTIONS_DEFINE= DOCS
-
-post-patch:
- @${REINPLACE_CMD} '/data_files/d' ${WRKSRC}/setup.py
-
-post-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>