aboutsummaryrefslogtreecommitdiff
path: root/devel/py-ply/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-ply/Makefile')
-rw-r--r--devel/py-ply/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/devel/py-ply/Makefile b/devel/py-ply/Makefile
deleted file mode 100644
index f64f48f4a9ea..000000000000
--- a/devel/py-ply/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# ex:ts=8
-# New ports collection makefile for: ply
-# Date created: Jul 31, 2001
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= ply
-PORTVERSION= 1.1
-CATEGORIES= devel python
-MASTER_SITES= http://systems.cs.uchicago.edu/ply/
-
-MAINTAINER= ports@FreeBSD.org
-
-USE_PYTHON= yes
-NO_BUILD= yes
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/lex.py ${PYTHON_SITELIBDIR}
- ${INSTALL_SCRIPT} ${WRKSRC}/yacc.py ${PYTHON_SITELIBDIR}
-
-.if !defined(NOPORTDOCS)
-post-install:
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/ply.html ${DOCSDIR}
- @${MKDIR} ${EXAMPLESDIR}
- ${CP} -R ${WRKSRC}/example/ ${EXAMPLESDIR}
-.endif
-
-.include <bsd.port.mk>