# New ports collection makefile for:	pear-Net_IDNA
# Date created:		26 Mai 2009
# Whom:			Michael Frey <frey@raum3.de>
#
# $FreeBSD: ports/net/pear-Net_IDNA/Makefile,v 1.2 2009/06/13 23:57:00 miwi Exp $
#

PORTNAME=	Net_IDNA
PORTVERSION=	0.7.2
PORTREVISION=	1
CATEGORIES=	net pear

MAINTAINER=	frey@raum3.de
COMMENT=	Pear Punycode encoding and decoding package

BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear

CATEGORY=	Net
FILES=		IDNA.php \
		IDNA/php5.php

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
