# Created by: Junji NAKANISHI # $FreeBSD$ PORTNAME= twill PORTVERSION= 0.9 CATEGORIES= www python MASTER_SITES= http://darcs.idyll.org/~t/projects/ MAINTAINER= jun-g@daemonfreaks.com COMMENT= A simple scripting language for Web browsing USE_PYTHON= yes USE_PYDISTUTILS= easy_install NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${CP} -R ${WRKSRC}/doc/ ${DOCSDIR} .endif .if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR} ${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR} .endif .include