diff options
author | obache <obache@pkgsrc.org> | 2011-05-19 05:06:15 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-05-19 05:06:15 +0000 |
commit | 2bf5323e1fcfc13663222025982b725f475c9dbb (patch) | |
tree | 28a9624c04ab83062172af31418aaef8939288c7 /time | |
parent | 1c4435893a62fc675f8cbe15a5a558fc24e16612 (diff) | |
download | pkgsrc-2bf5323e1fcfc13663222025982b725f475c9dbb.tar.gz |
* Change MASTER_SITES subdir to usual one.
* Change HOMEPAGE to permalink.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-Date-Leapyear/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/time/p5-Date-Leapyear/Makefile b/time/p5-Date-Leapyear/Makefile index 644b82dd604..4aadc41372b 100644 --- a/time/p5-Date-Leapyear/Makefile +++ b/time/p5-Date-Leapyear/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/05/18 01:27:43 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.2 2011/05/19 05:06:15 obache Exp $ DISTNAME= Date-Leapyear-1.72 PKGNAME= p5-${DISTNAME} CATEGORIES= time perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RB/RBOW/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/~rbow/Date-Leapyear-1.72/ +HOMEPAGE= http://search.cpan.org/dist/Date-Leapyear/ COMMENT= Is a particular year a leap year? LICENSE= ${PERL5_LICENSE} |