diff options
author | obache <obache@pkgsrc.org> | 2012-12-17 02:55:21 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-12-17 02:55:21 +0000 |
commit | 0717e8a60a37a20708ab2a6f50cabcea3606d169 (patch) | |
tree | dcd315313ff64044d9af909cf3ba704b39b6ab40 /devel | |
parent | f24203d5db948399ccbc7f4d85445801662b89f4 (diff) | |
download | pkgsrc-0717e8a60a37a20708ab2a6f50cabcea3606d169.tar.gz |
fix HOMEPAGE and MASTER_SITES.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Getopt-Long/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-Getopt-Long/Makefile b/devel/p5-Getopt-Long/Makefile index 187824e75ef..fc9e278331a 100644 --- a/devel/p5-Getopt-Long/Makefile +++ b/devel/p5-Getopt-Long/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.10 2012/10/31 11:18:16 asau Exp $ +# $NetBSD: Makefile,v 1.11 2012/12/17 02:55:21 obache Exp $ DISTNAME= Getopt-Long-2.38 PKGNAME= p5-${DISTNAME} PKGREVISION= 3 CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/J/JV/JV/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Getopt/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/~rsavage/Getopt-Simple/ +HOMEPAGE= http://search.cpan.org/dist/Getopt-Long/ COMMENT= Extended processing of command line options LICENSE= artistic-2.0 |