1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/net/pear-Net_IDNA/Makefile
Thomas Abthorpe 5027094365 - Reassign to the heap due to mail bounces
With hat:	portmgr
2012-09-22 02:27:36 +00:00

22 lines
482 B
Makefile

# Created by: Michael Frey <frey@raum3.de>
# $FreeBSD$
PORTNAME= Net_IDNA
PORTVERSION= 0.7.2
PORTREVISION= 1
CATEGORIES= net pear
MAINTAINER= ports@FreeBSD.org
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>