head	1.7;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.06.03.00;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.03.16.10.34.03;	author cs;	state Exp;
branches;
next	1.5;

1.5
date	2012.03.02.21.48.29;	author xride;	state Exp;
branches;
next	1.4;

1.4
date	2009.08.22.00.38.22;	author amdmi3;	state Exp;
branches;
next	1.3;

1.3
date	2008.10.13.11.31.41;	author xride;	state Exp;
branches;
next	1.2;

1.2
date	2006.09.29.22.01.22;	author xride;	state Exp;
branches;
next	1.1;

1.1
date	2005.09.15.20.02.05;	author pav;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# New ports collection makefile for:	jonpy
# Date created:				12 Sep 2005
# Whom:					Sren Straarup <xride@@x12.dk>
#
# $FreeBSD: head/www/py-jonpy/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	jonpy
PORTVERSION=	0.10
CATEGORIES=	www python
MASTER_SITES=	SF
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	5u623l20@@gmail.com
COMMENT=	Python FastCGI interface library

USE_PYTHON=		yes
USE_PYDISTUTILS=	yes
NO_BUILD=		yes

PORTDOCS=	*

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
.endif
	${MKDIR} ${EXAMPLESDIR}
	(cd ${WRKSRC}/example && ${FIND} . | \
		${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR})

.include <bsd.port.mk>
@


1.6
log
@- Update to 0.10
- Assign maintainership to submitter

PR:		ports/165770
Submitted by:	Muhammad Moinur Rahman <5u623l20@@gmail.com>
Approved by:	glarkin@@ (mentor)
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@Passing MAINTAINER to ports@@
@
text
@d9 1
a9 1
PORTVERSION=	0.07
d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.4
log
@- Switch SourceForge ports to the new File Release System: categories starting with W
@
text
@d14 1
a14 1
MAINTAINER=	xride@@FreeBSD.org
@


1.3
log
@update to 0.07

PR:		ports/127373
Submitted by:	Yi-Jheng Lin <yzlin@@cs.nctu.edu.tw>
Approved by:	maintainer (me)
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	jonpy
@


1.2
log
@Change my MAINTAINER email to be my @@FreeBSD email

Approved by:	tmclaugh
@
text
@d9 1
a9 1
PORTVERSION=	0.06
@


1.1
log
@These Python modules provide simple yet powerful multi-threaded object-oriented
CGI/FastCGI/mod_python/html-templating facilities for the Python programming
language.

PR:		ports/86155
Submitted by:	Soren Straarup <xride@@x12.dk>
@
text
@d15 1
a15 1
MAINTAINER=	xride@@x12.dk
@

