diff options
author | obache <obache> | 2011-05-19 05:06:15 +0000 |
---|---|---|
committer | obache <obache> | 2011-05-19 05:06:15 +0000 |
commit | 5fb4ed371b1e8e5b89f496434b06306cf76ad1c4 (patch) | |
tree | 28a9624c04ab83062172af31418aaef8939288c7 /time | |
parent | 1d2461dac2785ce14f350586f90d49196b9cc2ea (diff) | |
download | pkgsrc-5fb4ed371b1e8e5b89f496434b06306cf76ad1c4.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} |