head	1.2;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2012.11.17.06.03.09;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2008.06.18.18.50.42;	author lippe;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Switch exporter over
@
text
@# New ports collection makefile for:	twill
# Date created:				15 June 2008
# Whom:					Junji NAKANISHI <jun-g@@daemonfreaks.com>
#
# $FreeBSD: head/www/twill/Makefile 300897 2012-07-14 14:29:18Z beat $

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

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 <bsd.port.mk>
@


1.1
log
@twill is a simple language that allows users to browse the Web from a
command-line interface. With twill, you can navigate through Web sites
that use forms, cookies, and most standard Web features.
twill supports automated Web testing and has a simple Python interface.

WWW: http://twill.idyll.org/

PR:		ports/124610
Submitted by:	"Junji NAKANISHI" <jun-g@@daemonfreaks.com>
Approved by:	gabor (mentor, implicit)
@
text
@d5 1
a5 1
# $FreeBSD$
@

