# Ports collection makefile for: py-cElementTree # Date created: 11 January 2006 # Whom: Nicola Vitale # # $FreeBSD$ # PORTNAME= cElementTree PORTVERSION= 1.0.5 CATEGORIES= devel python MASTER_SITES= http://effbot.org/downloads/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-${PORTVERSION}-20051216 MAINTAINER= nivit@email.it COMMENT= A fast C implementation of the ElementTree API USE_PYTHON= yes USE_PYDISTUTILS= yes EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${EXAMPLESDIR} ${CP} -R ${WRKSRC}/samples/ ${EXAMPLESDIR} .endif .include