aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-06-14 07:57:00 +0800
committermiwi <miwi@FreeBSD.org>2009-06-14 07:57:00 +0800
commitb39276dd48919871d2efe4dfe7f125d59c1e32c7 (patch)
treea3471bca00fd94511d25a321e97ba1b4c77e6e17 /net
parentab84cfb131df5f5bd5f80f359c8e5294645ce65d (diff)
downloadfreebsd-ports-gnome-b39276dd48919871d2efe4dfe7f125d59c1e32c7.tar.gz
freebsd-ports-gnome-b39276dd48919871d2efe4dfe7f125d59c1e32c7.tar.zst
freebsd-ports-gnome-b39276dd48919871d2efe4dfe7f125d59c1e32c7.zip
- Add missing file
- Bump PORTREVISION PR: 135411 Submitted by: maintainer
Diffstat (limited to 'net')
-rw-r--r--net/pear-Net_IDNA/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/pear-Net_IDNA/Makefile b/net/pear-Net_IDNA/Makefile
index cd939d690d50..184919a5c5b3 100644
--- a/net/pear-Net_IDNA/Makefile
+++ b/net/pear-Net_IDNA/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Net_IDNA
PORTVERSION= 0.7.2
+PORTREVISION= 1
CATEGORIES= net pear
MAINTAINER= frey@raum3.de
@@ -16,7 +17,8 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
CATEGORY= Net
-FILES= IDNA.php
+FILES= IDNA.php \
+ IDNA/php5.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"