Thu May 19 05:13:46 2011 UTC ()
* Change MASTER_SITES subdir to usual simple one.
* Add missing tail / of HOMEPAGE.


(obache)
diff -r1.1.1.1 -r1.2 pkgsrc/graphics/p5-GD-Barcode/Makefile

cvs diff -r1.1.1.1 -r1.2 pkgsrc/graphics/p5-GD-Barcode/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/p5-GD-Barcode/Makefile 2011/05/17 11:14:08 1.1.1.1
+++ pkgsrc/graphics/p5-GD-Barcode/Makefile 2011/05/19 05:13:45 1.2
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.1.1.1 2011/05/17 11:14:08 dmcmahill Exp $ 1# $NetBSD: Makefile,v 1.2 2011/05/19 05:13:45 obache Exp $
2 2
3DISTNAME= GD-Barcode-1.15 3DISTNAME= GD-Barcode-1.15
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= graphics perl5 5CATEGORIES= graphics perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KW/KWITKNR/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/GD-Barcode 9HOMEPAGE= http://search.cpan.org/dist/GD-Barcode/
10COMMENT= Create barcode image with GD 10COMMENT= Create barcode image with GD
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13USE_LANGUAGES= # empty 13USE_LANGUAGES= # empty
14PERL5_PACKLIST= auto/GD/Barcode/.packlist 14PERL5_PACKLIST= auto/GD/Barcode/.packlist
15 15
16PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir
17 17
18.include "../../lang/perl5/module.mk" 18.include "../../lang/perl5/module.mk"
19.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"