head	1.4;
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;
locks; strict;
comment	@# @;


1.4
date	2012.12.29.04.51.35;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.11.17.05.57.59;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.05.17.14.17.35;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2009.09.19.12.55.44;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.4
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309602
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309602 | tabthorpe | 2012-12-29 04:36:59 +0000 (Sat, 29 Dec 2012) | 4 lines
## SVN ##
## SVN ## - Reassign to the heap at maintainer's request
## SVN ##
## SVN ## Approved by:	portmgr
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Dominik Brettnacher <domi@@nonsensss.de>
# $FreeBSD: head/german/pecl-konto_check/Makefile 309602 2012-12-29 04:36:59Z tabthorpe $

PORTNAME=	konto_check
PORTVERSION=	2.98
CATEGORIES=	german
MASTER_SITES=	SF/kontocheck/konto_check-de/${PORTVERSION}
PKGNAMEPREFIX=	pecl-
EXTRACT_SUFX=	.zip

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	PHP module to check German and Austrian Bank Account Numbers

USE_ZIP=	yes
USE_PHP=	yes
USE_PHPIZE=	yes
USE_PHPEXT=	yes
PHP_MODNAME=	${PORTNAME}
DEFAULT_PHP_VER=53

WRKSRC=	${WRKDIR}/php

.include <bsd.port.pre.mk>

post-extract:
	@@${UNZIP_CMD} -q -d ${WRKDIR} ${WRKDIR}/php.zip

post-patch:
	@@${REINPLACE_CMD} -e "s|\"/etc|\"${ETCDIR}|g;" ${WRKSRC}/konto_check.c ${WRKSRC}/konto_check.lxx

post-install:
	@@${MKDIR} ${ETCDIR}
	@@${INSTALL_DATA} ${WRKDIR}/blz.lut ${ETCDIR}
	@@${INSTALL_DATA} ${WRKDIR}/blz.lut2 ${ETCDIR}

.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	@@${INSTALL_DATA} ${WRKDIR}/00liesmich.pdf ${DOCSDIR}
.endif

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


1.3
log
@Switch exporter over
@
text
@d1 2
a2 6
# Ports collection makefile for:  konto_check
# Date created:			  2009-08-11
# Whom:				  Dominik Brettnacher <domi@@nonsensss.de>
#
# $FreeBSD: head/german/pecl-konto_check/Makefile 300896 2012-07-14 13:54:48Z beat $
#
d11 1
a11 1
MAINTAINER=	domi@@nonsensss.de
@


1.2
log
@- Switch to php53

Reported by:	phw
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@konto_check is a PHP module to check the validity of German and
Austrian Bank Account Numbers. All currently defined test methods
by Deutsche Bundesbank (March 2009: 00 to D3) are implemented.

This port only installs the PHP module.

WWW: http://www.informatik.hs-mannheim.de/konto_check/

PR:		ports/137661
Feature safe:	yes
Submitted by:	Dominik Brettnacher <domi at nonsensss.de>
@
text
@d23 1
@

