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/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/devel/py-ply/Makefile b/devel/py-ply/Makefile
deleted file mode 100644
index afaa206a2944..000000000000
--- a/devel/py-ply/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# ex:ts=8
-# New ports collection makefile for: ply
-# Date created: Jul 31, 2001
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= ply
-PORTVERSION= 1.6
-CATEGORIES= devel python
-MASTER_SITES= http://www.dabeaz.com/ply/
-PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Python Lex-Yacc
-
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-
-.if !defined(NOPORTDOCS)
-post-install:
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/ply.html ${DOCSDIR}
- @${MKDIR} ${EXAMPLESDIR}
- ${CP} -R ${WRKSRC}/example/ ${EXAMPLESDIR}
-.endif
-
-.include <bsd.port.mk>