diff options
author | obache <obache@pkgsrc.org> | 2014-12-15 09:37:42 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-12-15 09:37:42 +0000 |
commit | cadf3dfce8351ce1b11ce7d0d824c5f5a422d378 (patch) | |
tree | f2dd83a7d7f75b39dfb6a73fd9bdc1105c406791 /textproc | |
parent | 667e3f586783bea9c46dc6d49f626f8be5e80104 (diff) | |
download | pkgsrc-cadf3dfce8351ce1b11ce7d0d824c5f5a422d378.tar.gz |
Use simple MASTER_SITES.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Test-YAML/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Test-YAML/Makefile b/textproc/p5-Test-YAML/Makefile index 03d6ccd3ed4..5b1840c006f 100644 --- a/textproc/p5-Test-YAML/Makefile +++ b/textproc/p5-Test-YAML/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2014/12/15 09:31:53 obache Exp $ +# $NetBSD: Makefile,v 1.3 2014/12/15 09:37:42 obache Exp $ DISTNAME= Test-YAML-1.05 PKGNAME= p5-${DISTNAME} PKGREVISION= 1 CATEGORIES= perl5 textproc -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/I/IN/INGY/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Test-YAML/ |