diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-22 10:27:36 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-22 10:27:36 +0800 |
commit | 6af20b855989496cdb62f6319c6d2fa1c5da1b36 (patch) | |
tree | 03c20098420e24c22f68e849a7be9904b8ae7fb0 /net | |
parent | 1d0c05308f6da84584425a48fd9b857190ab1fef (diff) | |
download | freebsd-ports-gnome-6af20b855989496cdb62f6319c6d2fa1c5da1b36.tar.gz freebsd-ports-gnome-6af20b855989496cdb62f6319c6d2fa1c5da1b36.tar.zst freebsd-ports-gnome-6af20b855989496cdb62f6319c6d2fa1c5da1b36.zip |
- Reassign to the heap due to mail bounces
With hat: portmgr
Diffstat (limited to 'net')
-rw-r--r-- | net/pear-Net_IDNA/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net/pear-Net_IDNA/Makefile b/net/pear-Net_IDNA/Makefile index 184919a5c5b3..880618bbc48e 100644 --- a/net/pear-Net_IDNA/Makefile +++ b/net/pear-Net_IDNA/Makefile @@ -1,16 +1,12 @@ -# New ports collection makefile for: pear-Net_IDNA -# Date created: 26 Mai 2009 -# Whom: Michael Frey <frey@raum3.de> -# +# Created by: Michael Frey <frey@raum3.de> # $FreeBSD$ -# PORTNAME= Net_IDNA PORTVERSION= 0.7.2 PORTREVISION= 1 CATEGORIES= net pear -MAINTAINER= frey@raum3.de +MAINTAINER= ports@FreeBSD.org COMMENT= Pear Punycode encoding and decoding package BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear |