diff options
-rw-r--r-- | net/pear-Net_IDNA/Makefile | 4 |
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" |