freebsd-ports/devel/ply/Makefile
Boris Samorodov 24bb246db6 Remove BROKEN message as the port was unbroken by previous commit.
Submitted by:	Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw> (by email)
Forgotten by:	bsam (me)
2006-09-12 04:52:30 +00:00

30 lines
604 B
Makefile

# ex:ts=8
# New ports collection makefile for: ply
# Date created: Jul 31, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= ply
PORTVERSION= 2.0
CATEGORIES= devel python
MASTER_SITES= http://www.dabeaz.com/ply/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= mva@sysfault.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>