head	1.11;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.6
	RELEASE_4_10_0:1.6
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.11
date	2012.11.17.06.01.16;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2009.08.22.00.35.02;	author amdmi3;	state Exp;
branches;
next	1.9;

1.9
date	2007.07.30.09.41.55;	author alexbl;	state Exp;
branches;
next	1.8;

1.8
date	2006.05.13.04.15.14;	author edwin;	state Exp;
branches;
next	1.7;

1.7
date	2005.07.19.19.23.22;	author pav;	state Exp;
branches;
next	1.6;

1.6
date	2004.02.05.20.37.47;	author trevor;	state Exp;
branches;
next	1.5;

1.5
date	2003.10.13.18.50.47;	author perky;	state Exp;
branches;
next	1.4;

1.4
date	2003.02.20.18.59.10;	author knu;	state Exp;
branches;
next	1.3;

1.3
date	2002.11.10.16.47.56;	author lioux;	state Exp;
branches;
next	1.2;

1.2
date	2002.11.06.22.46.54;	author adamw;	state Exp;
branches;
next	1.1;

1.1
date	2002.07.21.04.22.10;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Switch exporter over
@
text
@# ex:ts=8
# Ports collection makefile for:	py-mcrypt
# Date created:			Jul 21, 2002
# Whom:				ijliao
#
# $FreeBSD: head/security/py-mcrypt/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	mcrypt
PORTVERSION=	1.1
CATEGORIES=	security python
MASTER_SITES=	SF/python-${PORTNAME}/OldFiles
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	python-mcrypt-${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A comprehensive Python interface to the mcrypt library

LIB_DEPENDS=	mcrypt:${PORTSDIR}/security/libmcrypt

USE_PYTHON=	yes
USE_PYDISTUTILS=yes
PYDISTUTILS_BUILDARGS=	-L${LOCALBASE}/lib
PYDISTUTILS_PKGNAME=	python-mcrypt
CFLAGS+=	-I${LOCALBASE}/include

PLIST_FILES=	%%PYTHON_SITELIBDIR%%/mcrypt.so

pre-patch:
	# put a missed terminating quote
	${REINPLACE_CMD} -e '1136s,$$,\\,g' -e '1678s,$$,\\,g' ${WRKSRC}/mcrypt.c

do-build:
	@@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYSETUP} build_ext ${PYDISTUTILS_BUILDARGS})

.include <bsd.port.mk>
@


1.10
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.9
log
@ - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	python-mcrypt
@


1.8
log
@Remove USE_REINPLACE from all categories starting with S
@
text
@d25 1
@


1.7
log
@- Update to 1.1

PR:		ports/83741
Submitted by:	Marcus Grando <marcus@@corp.grupos.com.br>
@
text
@a23 1
USE_REINPLACE=	yes
@


1.6
log
@Use PLIST_FILES.

Reviewed by:	marcus
@
text
@d10 1
a10 1
PORTVERSION=	1.0
a21 1
PLIST_FILES=	lib/%%PYTHON_VERSION%%/site-packages/mcrypt.so
d28 2
@


1.5
log
@Fix build for gcc 3.3.

Spotted by:	kris
@
text
@d22 1
@


1.4
log
@De-pkg-comment.
@
text
@d23 2
a24 1
USE_PYDISTUTILS=	yes
d27 4
@


1.3
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d18 1
@


1.2
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a18 2
PORTCOMMENT=	A comprehensive Python interface to the mcrypt library

@


1.1
log
@add py-mcrypt 1.0
A comprehensive Python interface to the mcrypt library
@
text
@d19 2
@

