summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormef <mef>2015-02-20 15:56:23 +0000
committermef <mef>2015-02-20 15:56:23 +0000
commitac09bb27f458a5af6337d3647166d9c9b8719a11 (patch)
tree05e5a08c4ba8d095264991d1172d4c08bea32596
parentc1f245a9397ad7d2727558fcfce619c53b54b3a9 (diff)
downloadpkgsrc-ac09bb27f458a5af6337d3647166d9c9b8719a11.tar.gz
Add HOMEPAGE. Swap Paragraph 2 and 3 to follow Makefile-example.
-rw-r--r--net/p5-Net-IPv6Addr/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/net/p5-Net-IPv6Addr/Makefile b/net/p5-Net-IPv6Addr/Makefile
index f16099a3f56..e08ca1f9988 100644
--- a/net/p5-Net-IPv6Addr/Makefile
+++ b/net/p5-Net-IPv6Addr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2014/10/09 14:06:47 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2015/02/20 15:56:23 mef Exp $
DISTNAME= Net-IPv6Addr-0.2
PKGNAME= p5-${DISTNAME}
@@ -6,12 +6,13 @@ PKGREVISION= 6
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
-DEPENDS+= p5-Math-Base85-[0-9]*:../../math/p5-Math-Base85
-DEPENDS+= p5-Net-IPv4Addr-[0-9]*:../../net/p5-Net-IPv4Addr
-
MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/~tmonroe/Net-IPv6Addr/
COMMENT= Check the validity of IPv6 addresses
+DEPENDS+= p5-Math-Base85-[0-9]*:../../math/p5-Math-Base85
+DEPENDS+= p5-Net-IPv4Addr-[0-9]*:../../net/p5-Net-IPv4Addr
+
PERL5_PACKLIST= auto/Net/IPv6Addr/.packlist
.include "../../lang/perl5/module.mk"