head	1.5;
access;
symbols;
locks; strict;
comment	@# @;


1.5
date	2005.09.30.17.53.57;	author kris;	state dead;
branches;
next	1.4;

1.4
date	2005.09.09.22.30.46;	author leeym;	state Exp;
branches;
next	1.3;

1.3
date	2005.09.07.08.49.25;	author leeym;	state Exp;
branches;
next	1.2;

1.2
date	2005.09.01.13.21.46;	author sobomax;	state Exp;
branches;
next	1.1;

1.1
date	2005.09.01.13.11.28;	author sobomax;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Remove this port which was committed without a maintainer, and subsequent
emails to the committer about this were ignored.  If someone else wants
to maintain it, it can be added back.

Pointy hat to:	sobomax
@
text
@# New ports collection makefile for:	pyperl
# Date created:				1 September 2005
# Whom:					Maxim Sobolev <sobomax@@FreeBSD.org>
#
# $FreeBSD: ports/lang/pyperl/Makefile,v 1.4 2005/09/09 22:30:46 leeym Exp $
#

PORTNAME=	pyperl
PORTVERSION=	1.0.1
CATEGORIES=	lang python perl5
MASTER_SITES=	http://downloads.activestate.com/Zope-Perl/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Module to embed Perl code into a Python program

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes
PERL_CONFIGURE=	yes
CONFIGURE_WRKSRC=	${WRKSRC}/Python-Object
INSTALL_TARGET=	pure_install

MAN3=		Python.3 Python::Err.3 Python::Object.3

post-extract:
	@@${RM} -f ${WRKSRC}/MULTI_PERL

post-configure:
	@@cd ${CONFIGURE_WRKSRC} && \
		${SETENV} ${CONFIGURE_ENV} \
		${PERL5} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}

post-build:
	@@(cd ${CONFIGURE_WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET})

post-install:
	@@(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
IGNORE=		requires PERL 5.6.0 or better
.endif

.include <bsd.port.post.mk>
@


1.4
log
@- this port requires perl 5.6.0 or better

Noticed by:	kris
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- set INSTALL_TARGET=pure_install to avoid installing perlocal.pod
@
text
@d38 7
a44 1
.include <bsd.port.mk>
@


1.2
log
@Fix category name: perl -> perl5.
@
text
@d20 1
d25 1
a25 1
	${RM} ${WRKSRC}/MULTI_PERL
@


1.1
log
@Add pyperl 1.0.1, module to embed Perl code into a Python program.
@
text
@d10 1
a10 1
CATEGORIES=	lang python perl
@

