diff options
author | Doug Barton <dougb@FreeBSD.org> | 2002-02-06 07:59:56 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2002-02-06 07:59:56 +0000 |
commit | e4e46ecd08e3cdd98be6e9943cbda26e9d4cfd8a (patch) | |
tree | 172bb9eeb549563fb2535bc68c6f8cc25e747ad8 /net/p5-Net-DNS/Makefile | |
parent | Add java category. (diff) |
* Assume maintainership by agreement.
* Update to 0.14, which has only two changes:
- Fix the bug which we fixed with patch-aa
- Fix the "defined @array" line that trips
up perl 5.6.x
Diffstat (limited to 'net/p5-Net-DNS/Makefile')
-rw-r--r-- | net/p5-Net-DNS/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/p5-Net-DNS/Makefile b/net/p5-Net-DNS/Makefile index 393c2b182a78..6213e623e571 100644 --- a/net/p5-Net-DNS/Makefile +++ b/net/p5-Net-DNS/Makefile @@ -6,14 +6,13 @@ # PORTNAME= Net-DNS -PORTVERSION= 0.12 -PORTREVISION= 1 +PORTVERSION= 0.14 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net PKGNAMEPREFIX= p5- -MAINTAINER= demon@FreeBSD.org +MAINTAINER= DougB@FreeBSD.org PERL_CONFIGURE= yes |