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 | 4e141a0f5a2525dede5c3c61ed32e5ccc9618219 (patch) | |
tree | 28a9624c04ab83062172af31418aaef8939288c7 /time | |
parent | c4b2b5d88aaf828033ac13f860849a91d3b5561b (diff) | |
download | pkgsrc-4e141a0f5a2525dede5c3c61ed32e5ccc9618219.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} |